Home
last modified time | relevance | path

Searched defs:specific_intval (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPatternMatch.h56 template <unsigned BitWidth = 0> struct specific_intval { struct
59 specific_intval(APInt V) : Val(std::move(V)) {} in specific_intval() argument
79 inline specific_intval<0> m_SpecificInt(uint64_t V) { in m_SpecificInt() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h940 template <bool AllowPoison> struct specific_intval { struct
943 specific_intval(const APInt &V) : Val(V) {} in specific_intval() argument
955 template <bool AllowPoison> struct specific_intval64 { argument