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