CodeQL library for C/C++
codeql/cpp-all 0.7.1 ( changelog , source )
Search

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.

Instruction getResultAddress ( )