Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
82
ShPtr<Expression> BinaryOpExpr::getFirstOperand() const {
83
return op1;
84
}
85
86
/**
87
* @brief Returns the second operand.
Callers
15
treeTraversalForBinaryOpWithStackOperations
Method · 0.80
emitBinaryOpExpr
Method · 0.80
visit
Method · 0.80
tryOptimizeToCompoundOp
Method · 0.80
getNextOpIfSecondOneIsEqWithLhsOfAssign
Method · 0.80
tryOptimizeWhenLeftOperandEqWithLhsOfAssignStmt
Method · 0.80
visit
Method · 0.80
emitInitVarDefWhenNeeded
Method · 0.80
isEqualTo
Method · 0.80
isEqualTo
Method · 0.80
isEqualTo
Method · 0.80
isEqualTo
Method · 0.80
Calls
no outgoing calls
Tested by
15
TEST_F
Function · 0.64
isComparison
Method · 0.64
areBinaryOperandsInCorrectOrder
Method · 0.64
isDetectionIfEitherOperandIsQNAN
Method · 0.64
unorderedFCmpIsConvertedCorrectlyWithStrictSemantics
Method · 0.64
TEST_F
Function · 0.64
isDetectionIfEitherOperandIsQNAN
Method · 0.64
unorderedFCmpIsConvertedCorrectlyWithStrictSemantics
Method · 0.64
TEST_F
Function · 0.64
TEST_F
Function · 0.64
isAssignOfAddExprToVar
Method · 0.64
isAssignOfMulExprToVar
Method · 0.64