MCPcopy Create free account
hub / github.com/avast/retdec / getFirstOperand

Method getFirstOperand

src/llvmir2hll/ir/binary_op_expr.cpp:82–84  ·  view source on GitHub ↗

* @brief Returns the first operand. */

Source from the content-addressed store, hash-verified

80* @brief Returns the first operand.
81*/
82ShPtr<Expression> BinaryOpExpr::getFirstOperand() const {
83 return op1;
84}
85
86/**
87* @brief Returns the second operand.

Callers 15

emitBinaryOpExprMethod · 0.80
visitMethod · 0.80
visitMethod · 0.80
isEqualToMethod · 0.80
isEqualToMethod · 0.80
isEqualToMethod · 0.80
isEqualToMethod · 0.80

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.64
isComparisonMethod · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64