|
LLVM 24.0.0git
|
Match a literal G_CONSTANT or G_FCONSTANT, binding its raw bits to Bits (the integer value, or the float reinterpreted as an integer).
More...
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
| bool | match (const MachineRegisterInfo &MRI, Register Reg) |
Public Attributes | |
| APInt & | Bits |
Match a literal G_CONSTANT or G_FCONSTANT, binding its raw bits to Bits (the integer value, or the float reinterpreted as an integer).
Definition at line 535 of file MIPatternMatch.h.
|
inline |
Definition at line 537 of file MIPatternMatch.h.
References Bits, llvm::MachineRegisterInfo::getVRegDef(), MI, and Reg.
| APInt& llvm::MIPatternMatch::GConstantBitsMatch::Bits |
Definition at line 536 of file MIPatternMatch.h.
Referenced by match().