LLVM: llvm::VPlanPatternMatch::SpecificCmp_match< Op0_t, Op1_t, Opcodes (original) (raw)

SpecificCmp_match is a variant of Cmp_match that matches the comparison predicate, instead of binding it. More...

#include "[Transforms/Vectorize/VPlanPatternMatch.h](VPlanPatternMatch%5F8h%5Fsource.html)"

Detailed Description

template<typename Op0_t, typename Op1_t, unsigned... Opcodes>
struct llvm::VPlanPatternMatch::SpecificCmp_match< Op0_t, Op1_t, Opcodes >

SpecificCmp_match is a variant of Cmp_match that matches the comparison predicate, instead of binding it.

Definition at line 610 of file VPlanPatternMatch.h.

Constructor & Destructor Documentation

template<typename Op0_t, typename Op1_t, unsigned... Opcodes>

Member Function Documentation

match()

template<typename Op0_t, typename Op1_t, unsigned... Opcodes>

Member Data Documentation

Op0

template<typename Op0_t, typename Op1_t, unsigned... Opcodes>

Op1

template<typename Op0_t, typename Op1_t, unsigned... Opcodes>

Predicate

template<typename Op0_t, typename Op1_t, unsigned... Opcodes>


The documentation for this struct was generated from the following file: