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

Method exprFMul

cmd/ll2go/constant.go:259–261  ·  view source on GitHub ↗

exprFMul converts the given LLVM IR fmul expression to a corresponding Go statement.

(expr *constant.ExprFMul)

Source from the content-addressed store, hash-verified

257// exprFMul converts the given LLVM IR fmul expression to a corresponding Go
258// statement.
259func (d *decompiler) exprFMul(expr *constant.ExprFMul) ast.Expr {
260 return d.binaryOp(expr.X, token.MUL, expr.Y)
261}
262
263// exprUDiv converts the given LLVM IR udiv expression to a corresponding Go
264// statement.

Callers 1

exprMethod · 0.95

Calls 1

binaryOpMethod · 0.95

Tested by

no test coverage detected