LLVM: llvm::ValueAndVReg Struct Reference (original) (raw)

Simple struct used to hold a constant integer value and a virtual register. More...

#include "[llvm/CodeGen/GlobalISel/Utils.h](CodeGen%5F2GlobalISel%5F2Utils%5F8h%5Fsource.html)"

Public Attributes
APInt Value
Register VReg

Detailed Description

Simple struct used to hold a constant integer value and a virtual register.

Definition at line 190 of file Utils.h.

Member Data Documentation

Value

APInt llvm::ValueAndVReg::Value

Definition at line 191 of file Utils.h.

VReg

Register llvm::ValueAndVReg::VReg

Definition at line 192 of file Utils.h.


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