Searched refs:m_SpecificIntAllowUndef (Results 1 – 6 of 6) sorted by relevance
1456 if (match(Op1, m_SpecificIntAllowUndef(BitWidth - 1)) && in visitAShr()1458 m_SpecificIntAllowUndef(BitWidth - 1))))) { in visitAShr()
402 m_SpecificIntAllowUndef(BitWidth - 1)), in visitMul()
1560 m_SpecificIntAllowUndef(XBitSize - SrcBitSize)))) { in visitSExt()
4123 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()
2245 match(ConstantExpr::getAdd(LC, RC), m_SpecificIntAllowUndef(Width))) in matchFunnelShift()
862 inline specific_intval<true> m_SpecificIntAllowUndef(APInt V) { in m_SpecificIntAllowUndef() function866 inline specific_intval<true> m_SpecificIntAllowUndef(uint64_t V) { in m_SpecificIntAllowUndef() function867 return m_SpecificIntAllowUndef(APInt(64, V)); in m_SpecificIntAllowUndef()