Lines Matching refs:m_AllOnes
677 if (IsNUW && match(Op1, m_AllOnes())) in simplifyAddInst()
1533 if (match(Op0, m_AllOnes()) || in simplifyAShrInst()
1534 match(Op0, m_Shl(m_AllOnes(), m_Specific(Op1)))) in simplifyAShrInst()
2048 if (match(Op0, m_Add(m_Specific(Op1), m_AllOnes())) && in simplifyAndCommutative()
2056 match(Op1, m_Add(m_Shl(m_Specific(X), m_APInt(Shift2)), m_AllOnes())) && in simplifyAndCommutative()
2093 if (match(Op1, m_AllOnes())) in simplifyAndInst()
2126 match(Op0, m_Add(m_Value(Shift), m_AllOnes())) && in simplifyAndInst()
2358 if (Q.isUndefValue(Op1) || match(Op1, m_AllOnes())) in simplifyOrInst()
2379 if ((match(Op0, m_Shl(m_AllOnes(), m_Value(X))) && in simplifyOrInst()
2380 match(Op1, m_LShr(m_AllOnes(), m_Value(Y)))) || in simplifyOrInst()
2381 (match(Op1, m_Shl(m_AllOnes(), m_Value(X))) && in simplifyOrInst()
2382 match(Op0, m_LShr(m_AllOnes(), m_Value(Y))))) { in simplifyOrInst()
4748 match(CmpRHS, m_AllOnes())) { in simplifySelectWithICmpCond()
5091 m_Xor(m_PtrToInt(m_Specific(StrippedBasePtr)), m_AllOnes())) && in simplifyGEPInst()
6477 if (match(Op1, m_AllOnes()) || Q.isUndefValue(Op1)) in simplifyBinaryIntrinsic()
6607 if (match(Op0, m_AllOnes()) || match(Op1, m_AllOnes())) in simplifyBinaryIntrinsic()
6627 if (match(Op0, m_Zero()) || match(Op1, m_AllOnes())) in simplifyBinaryIntrinsic()
6822 if (match(Op0, m_AllOnes()) && match(Op1, m_AllOnes())) in simplifyIntrinsic()