Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h868 struct specific_intval { struct
871 specific_intval(APInt V) : Val(std::move(V)) {} in specific_intval() function
885 inline specific_intval<false> m_SpecificInt(APInt V) { in m_SpecificInt() argument