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

Method exprFSub

cmd/ll2go/constant.go:247–249  ·  view source on GitHub ↗

exprFSub converts the given LLVM IR fsub expression to a corresponding Go statement.

(expr *constant.ExprFSub)

Source from the content-addressed store, hash-verified

245// exprFSub converts the given LLVM IR fsub expression to a corresponding Go
246// statement.
247func (d *decompiler) exprFSub(expr *constant.ExprFSub) ast.Expr {
248 return d.binaryOp(expr.X, token.SUB, expr.Y)
249}
250
251// exprMul converts the given LLVM IR mul expression to a corresponding Go
252// statement.

Callers 1

exprMethod · 0.95

Calls 1

binaryOpMethod · 0.95

Tested by

no test coverage detected