Member predicate MemoryOperand::getAddressOperand
Returns the operand that holds the memory address from which the current operand loads its
value, if any. For example, in r3 = Load r1, m2
, the result of getAddressOperand()
for m2
is r1
.
Returns the operand that holds the memory address from which the current operand loads its
value, if any. For example, in r3 = Load r1, m2
, the result of getAddressOperand()
for m2
is r1
.