Member predicate Instruction::getResultAddressOperand
Gets the operand that holds the memory address to which this instruction stores its
result, if any. For example, in m3 = Store r1, r2
, the result of getResultAddressOperand()
is r1
.
Gets the operand that holds the memory address to which this instruction stores its
result, if any. For example, in m3 = Store r1, r2
, the result of getResultAddressOperand()
is r1
.