LLVM 22.0.0git
BaseUpdateUser Struct Reference

Public Attributes

SDNodeN
 Instruction that updates a pointer.
SDValue Inc
 Pointer increment operand.
unsigned ConstInc
 Pointer increment value if it is a constant, or 0 otherwise.

Detailed Description

Definition at line 15775 of file ARMISelLowering.cpp.

Member Data Documentation

◆ ConstInc

unsigned BaseUpdateUser::ConstInc

Pointer increment value if it is a constant, or 0 otherwise.

Definition at line 15781 of file ARMISelLowering.cpp.

◆ Inc

SDValue BaseUpdateUser::Inc

Pointer increment operand.

Definition at line 15779 of file ARMISelLowering.cpp.

◆ N

SDNode* BaseUpdateUser::N

Instruction that updates a pointer.

Definition at line 15777 of file ARMISelLowering.cpp.


The documentation for this struct was generated from the following file: