struct ValueAndVReg
Declaration
struct ValueAndVReg { /* full declaration omitted */ };
Description
Simple struct used to hold a constant integer value and a virtual register.
Declared at: llvm/include/llvm/CodeGen/GlobalISel/Utils.h:117
Member Variables
- public int64_t Value
- public unsigned int VReg