Searched refs:m_SpecificIntAllowUndef (Results 1 – 3 of 3) 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()
2153 match(ConstantExpr::getAdd(LC, RC), m_SpecificIntAllowUndef(Width))) in matchFunnelShift()