MCPcopy Create free account
hub / github.com/decomp/decomp / exprFRem

Method exprFRem

cmd/ll2go/constant.go:295–297  ·  view source on GitHub ↗

exprFRem converts the given LLVM IR frem expression to a corresponding Go statement.

(expr *constant.ExprFRem)

Source from the content-addressed store, hash-verified

293// exprFRem converts the given LLVM IR frem expression to a corresponding Go
294// statement.
295func (d *decompiler) exprFRem(expr *constant.ExprFRem) ast.Expr {
296 return d.binaryOp(expr.X, token.REM, expr.Y)
297}
298
299// exprShl converts the given LLVM IR shl expression to a corresponding Go
300// statement.

Callers 1

exprMethod · 0.95

Calls 1

binaryOpMethod · 0.95

Tested by

no test coverage detected