LLVM 19.0.0git
Public Attributes | List of all members
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 15759 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 15765 of file ARMISelLowering.cpp.

◆ Inc

SDValue BaseUpdateUser::Inc

Pointer increment operand.

Definition at line 15763 of file ARMISelLowering.cpp.

◆ N

SDNode* BaseUpdateUser::N

Instruction that updates a pointer.

Definition at line 15761 of file ARMISelLowering.cpp.


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