LLVM 23.0.0git
llvm::LoadStoreInstProperties Struct Reference

A structure representing the properties of a load or store instruction. More...

#include "llvm/IR/Instructions.h"

Public Attributes

bool IsVolatile
Align Alignment
AtomicOrdering Ordering
SyncScope::ID SSID

Detailed Description

A structure representing the properties of a load or store instruction.

Definition at line 180 of file Instructions.h.

Member Data Documentation

◆ Alignment

Align llvm::LoadStoreInstProperties::Alignment

◆ IsVolatile

bool llvm::LoadStoreInstProperties::IsVolatile

◆ Ordering

AtomicOrdering llvm::LoadStoreInstProperties::Ordering

◆ SSID

SyncScope::ID llvm::LoadStoreInstProperties::SSID

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