Searched refs:m_SpecificIntAllowUndef (Results 1 – 4 of 4) sorted by relevance
893 inline specific_intval<true> m_SpecificIntAllowUndef(APInt V) { in m_SpecificIntAllowUndef() function897 inline specific_intval<true> m_SpecificIntAllowUndef(uint64_t V) { in m_SpecificIntAllowUndef() function898 return m_SpecificIntAllowUndef(APInt(64, V)); in m_SpecificIntAllowUndef()
368 m_SpecificIntAllowUndef(BitWidth - 1)), in visitMul()
1568 m_SpecificIntAllowUndef(XBitSize - SrcBitSize)))) { in visitSExt()
2153 match(ConstantExpr::getAdd(LC, RC), m_SpecificIntAllowUndef(Width))) in matchFunnelShift()