Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPatternMatch.h893 inline specific_intval<true> m_SpecificIntAllowUndef(APInt V) { in m_SpecificIntAllowUndef() function
897 inline specific_intval<true> m_SpecificIntAllowUndef(uint64_t V) { in m_SpecificIntAllowUndef() function
898 return m_SpecificIntAllowUndef(APInt(64, V)); in m_SpecificIntAllowUndef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp368 m_SpecificIntAllowUndef(BitWidth - 1)), in visitMul()
H A DInstCombineAndOrXor.cpp2153 match(ConstantExpr::getAdd(LC, RC), m_SpecificIntAllowUndef(Width))) in matchFunnelShift()