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:178

Member Variables

public llvm::APInt Value
public llvm::Register VReg