|
LLVM 22.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 15813 of file ARMISelLowering.cpp.
| unsigned BaseUpdateUser::ConstInc |
Pointer increment value if it is a constant, or 0 otherwise.
Definition at line 15819 of file ARMISelLowering.cpp.
| SDValue BaseUpdateUser::Inc |
Pointer increment operand.
Definition at line 15817 of file ARMISelLowering.cpp.
| SDNode* BaseUpdateUser::N |
Instruction that updates a pointer.
Definition at line 15815 of file ARMISelLowering.cpp.