LLVM 22.0.0git
llvm::IndexedLoadStoreMatchInfo Struct Reference

#include "llvm/CodeGen/GlobalISel/CombinerHelper.h"

Public Attributes

Register Addr
Register Base
Register Offset
bool RematOffset = false
bool IsPre = false

Detailed Description

Definition at line 56 of file CombinerHelper.h.

Member Data Documentation

◆ Addr

Register llvm::IndexedLoadStoreMatchInfo::Addr

◆ Base

Register llvm::IndexedLoadStoreMatchInfo::Base

◆ IsPre

bool llvm::IndexedLoadStoreMatchInfo::IsPre = false

◆ Offset

Register llvm::IndexedLoadStoreMatchInfo::Offset

◆ RematOffset

bool llvm::IndexedLoadStoreMatchInfo::RematOffset = false

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