|
LLVM 24.0.0git
|
Matches an FP constant whose value satisfies the given predicate. More...
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
Public Member Functions | |
| GFCstPredMatch (Pred P) | |
| bool | match (const MachineRegisterInfo &MRI, Register Reg) |
Public Attributes | |
| Pred | P |
Matches an FP constant whose value satisfies the given predicate.
Definition at line 194 of file MIPatternMatch.h.
|
inline |
Definition at line 196 of file MIPatternMatch.h.
References P.
|
inline |
Definition at line 197 of file MIPatternMatch.h.
References llvm::getConstantFPVRegVal(), P, and Reg.
| Pred llvm::MIPatternMatch::GFCstPredMatch< Pred >::P |
Definition at line 195 of file MIPatternMatch.h.
Referenced by GFCstPredMatch(), and match().