Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h845 template <bool AllowUndefs> struct specific_intval { struct
848 specific_intval(APInt V) : Val(std::move(V)) {} in specific_intval() function
862 inline specific_intval<false> m_SpecificInt(APInt V) { in m_SpecificInt() argument
863 return specific_intval<false>(std::move(V)); in m_SpecificInt()
866 inline specific_intval<false> m_SpecificInt(uint64_t V) { in m_SpecificInt()
870 inline specific_intval<true> m_SpecificIntAllowUndef(APInt V) { in m_SpecificIntAllowUndef()
871 return specific_intval<true>(std::move(V)); in m_SpecificIntAllowUndef()
874 inline specific_intval<true> m_SpecificIntAllowUndef(uint64_t V) { in m_SpecificIntAllowUndef()