LLVM 20.0.0git
|
Public Attributes | |
SDNode * | N |
Instruction that updates a pointer. | |
SDValue | Inc |
Pointer increment operand. | |
unsigned | ConstInc |
Pointer increment value if it is a constant, or 0 otherwise. | |
Definition at line 15788 of file ARMISelLowering.cpp.
unsigned BaseUpdateUser::ConstInc |
Pointer increment value if it is a constant, or 0 otherwise.
Definition at line 15794 of file ARMISelLowering.cpp.
SDValue BaseUpdateUser::Inc |
Pointer increment operand.
Definition at line 15792 of file ARMISelLowering.cpp.
SDNode* BaseUpdateUser::N |
Instruction that updates a pointer.
Definition at line 15790 of file ARMISelLowering.cpp.