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

Method exprURem

cmd/ll2go/constant.go:283–285  ·  view source on GitHub ↗

exprURem converts the given LLVM IR urem expression to a corresponding Go statement.

(expr *constant.ExprURem)

Source from the content-addressed store, hash-verified

281// exprURem converts the given LLVM IR urem expression to a corresponding Go
282// statement.
283func (d *decompiler) exprURem(expr *constant.ExprURem) ast.Expr {
284 return d.binaryOp(expr.X, token.REM, expr.Y)
285}
286
287// exprSRem converts the given LLVM IR srem expression to a corresponding Go
288// statement.

Callers 1

exprMethod · 0.95

Calls 1

binaryOpMethod · 0.95

Tested by

no test coverage detected