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

Method exprMul

cmd/ll2go/constant.go:253–255  ·  view source on GitHub ↗

exprMul converts the given LLVM IR mul expression to a corresponding Go statement.

(expr *constant.ExprMul)

Source from the content-addressed store, hash-verified

251// exprMul converts the given LLVM IR mul expression to a corresponding Go
252// statement.
253func (d *decompiler) exprMul(expr *constant.ExprMul) ast.Expr {
254 return d.binaryOp(expr.X, token.MUL, expr.Y)
255}
256
257// exprFMul converts the given LLVM IR fmul expression to a corresponding Go
258// statement.

Callers 1

exprMethod · 0.95

Calls 1

binaryOpMethod · 0.95

Tested by

no test coverage detected