LLVM 22.0.0git
|
SpecificCmp_match is a variant of Cmp_match that matches the comparison predicate, instead of binding it. More...
#include "Transforms/Vectorize/VPlanPatternMatch.h"
Public Member Functions | |
SpecificCmp_match (CmpPredicate Pred, const Op0_t &LHS, const Op1_t &RHS) | |
bool | match (const VPValue *V) const |
Public Attributes | |
const CmpPredicate | Predicate |
Op0_t | Op0 |
Op1_t | Op1 |
SpecificCmp_match is a variant of Cmp_match that matches the comparison predicate, instead of binding it.
Definition at line 470 of file VPlanPatternMatch.h.
|
inline |
Definition at line 475 of file VPlanPatternMatch.h.
|
inline |
Definition at line 478 of file VPlanPatternMatch.h.
References llvm::CmpPredicate::getMatching(), llvm::VPlanPatternMatch::SpecificCmp_match< Op0_t, Op1_t, Opcodes >::match(), llvm::VPlanPatternMatch::SpecificCmp_match< Op0_t, Op1_t, Opcodes >::Op0, and llvm::VPlanPatternMatch::SpecificCmp_match< Op0_t, Op1_t, Opcodes >::Op1.
Referenced by llvm::VPlanPatternMatch::SpecificCmp_match< Op0_t, Op1_t, Opcodes >::match().
Op0_t llvm::VPlanPatternMatch::SpecificCmp_match< Op0_t, Op1_t, Opcodes >::Op0 |
Definition at line 472 of file VPlanPatternMatch.h.
Referenced by llvm::VPlanPatternMatch::SpecificCmp_match< Op0_t, Op1_t, Opcodes >::match().
Op1_t llvm::VPlanPatternMatch::SpecificCmp_match< Op0_t, Op1_t, Opcodes >::Op1 |
Definition at line 473 of file VPlanPatternMatch.h.
Referenced by llvm::VPlanPatternMatch::SpecificCmp_match< Op0_t, Op1_t, Opcodes >::match().
Definition at line 471 of file VPlanPatternMatch.h.