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

Method exprUDiv

cmd/ll2go/constant.go:265–267  ·  view source on GitHub ↗

exprUDiv converts the given LLVM IR udiv expression to a corresponding Go statement.

(expr *constant.ExprUDiv)

Source from the content-addressed store, hash-verified

263// exprUDiv converts the given LLVM IR udiv expression to a corresponding Go
264// statement.
265func (d *decompiler) exprUDiv(expr *constant.ExprUDiv) ast.Expr {
266 return d.binaryOp(expr.X, token.QUO, expr.Y)
267}
268
269// exprSDiv converts the given LLVM IR sdiv expression to a corresponding Go
270// statement.

Callers 1

exprMethod · 0.95

Calls 1

binaryOpMethod · 0.95

Tested by

no test coverage detected