LLVM 22.0.0git
BaseUpdateTarget Struct Reference

Load/store instruction that can be merged with a base address update. More...

Public Attributes

SDNodeN
bool isIntrinsic
bool isStore
unsigned AddrOpIdx

Detailed Description

Load/store instruction that can be merged with a base address update.

Definition at line 15795 of file ARMISelLowering.cpp.

Member Data Documentation

◆ AddrOpIdx

unsigned BaseUpdateTarget::AddrOpIdx

Definition at line 15799 of file ARMISelLowering.cpp.

◆ isIntrinsic

bool BaseUpdateTarget::isIntrinsic

Definition at line 15797 of file ARMISelLowering.cpp.

◆ isStore

bool BaseUpdateTarget::isStore

Definition at line 15798 of file ARMISelLowering.cpp.

◆ N

SDNode* BaseUpdateTarget::N

Definition at line 15796 of file ARMISelLowering.cpp.


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