LLVM 19.0.0git
Public Attributes | List of all members
llvm::ValueAndVReg Struct Reference

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

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

Public Attributes

APInt Value
 
Register VReg
 

Detailed Description

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

Definition at line 183 of file Utils.h.

Member Data Documentation

◆ Value

APInt llvm::ValueAndVReg::Value

Definition at line 184 of file Utils.h.

◆ VReg

Register llvm::ValueAndVReg::VReg

Definition at line 185 of file Utils.h.


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