Searched defs:m_SpecificInt (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlanPatternMatch.h | 79 inline specific_intval<0> m_SpecificInt(uint64_t V) { m_SpecificInt() function |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | PatternMatch.h | 972 inline specific_intval<false> m_SpecificInt(const APInt &V) { m_SpecificInt() function |