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

Method exprFDiv

cmd/ll2go/constant.go:277–279  ·  view source on GitHub ↗

exprFDiv converts the given LLVM IR fdiv expression to a corresponding Go statement.

(expr *constant.ExprFDiv)

Source from the content-addressed store, hash-verified

275// exprFDiv converts the given LLVM IR fdiv expression to a corresponding Go
276// statement.
277func (d *decompiler) exprFDiv(expr *constant.ExprFDiv) ast.Expr {
278 return d.binaryOp(expr.X, token.QUO, expr.Y)
279}
280
281// exprURem converts the given LLVM IR urem expression to a corresponding Go
282// statement.

Callers 1

exprMethod · 0.95

Calls 1

binaryOpMethod · 0.95

Tested by

no test coverage detected