Searched refs:IsNeg1 (Results 1 – 1 of 1) sorted by relevance
3850 bool IsNeg1 = isAllOnesConstantOrAllOnesSplatConstant(LR); in foldLogicOfSetCCs() local3855 bool AndGtNeg1 = IsAnd && CC1 == ISD::SETGT && IsNeg1; in foldLogicOfSetCCs()3872 bool AndEqNeg1 = IsAnd && CC1 == ISD::SETEQ && IsNeg1; in foldLogicOfSetCCs()3876 bool OrNeNeg1 = !IsAnd && CC1 == ISD::SETNE && IsNeg1; in foldLogicOfSetCCs()3878 bool OrGtNeg1 = !IsAnd && CC1 == ISD::SETGT && IsNeg1; in foldLogicOfSetCCs()