Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1456 if (match(Op1, m_SpecificIntAllowUndef(BitWidth - 1)) && in visitAShr()
1458 m_SpecificIntAllowUndef(BitWidth - 1))))) { in visitAShr()
H A DInstCombineMulDivRem.cpp402 m_SpecificIntAllowUndef(BitWidth - 1)), in visitMul()
H A DInstCombineCasts.cpp1560 m_SpecificIntAllowUndef(XBitSize - SrcBitSize)))) { in visitSExt()
H A DInstCombineCompares.cpp4123 match(BO, m_Add(m_Specific(Op1), m_SpecificIntAllowUndef(*C)))) { in foldICmpBinOp()
4132 match(BO, m_Add(m_Specific(Op0), m_SpecificIntAllowUndef(*C)))) { in foldICmpBinOp()
H A DInstCombineAndOrXor.cpp2245 match(ConstantExpr::getAdd(LC, RC), m_SpecificIntAllowUndef(Width))) in matchFunnelShift()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DPatternMatch.h862 inline specific_intval<true> m_SpecificIntAllowUndef(APInt V) { in m_SpecificIntAllowUndef() function
866 inline specific_intval<true> m_SpecificIntAllowUndef(uint64_t V) { in m_SpecificIntAllowUndef() function
867 return m_SpecificIntAllowUndef(APInt(64, V)); in m_SpecificIntAllowUndef()