Searched refs:isAllOnes (Results 1 – 4 of 4) sorted by relevance
57 bool isAllOnes() const { in isAllOnes() function
66 EXPECT_EQ(T.IsAllOnes, BSI.isAllOnes()); in TEST()
102 if (isAllOnes()) { in print()471 if (BSI.isAllOnes()) in lowerBitSetCall()
8621 static bool isAllOnes(SDValue V) { in isAllOnes() function8651 if ((isAllOnes(Op1) || isAllOnes(Op2)) && in LowerSELECT()8653 SDValue Y = isAllOnes(Op2) ? Op1 : Op2; in LowerSELECT()8663 if (isAllOnes(Op1) != (CondCode == X86::COND_E)) in LowerSELECT()8733 (isAllOnes(Op1) || isAllOnes(Op2)) && (isZero(Op1) || isZero(Op2))) { in LowerSELECT()8736 if (isAllOnes(Op1) != (CondCode == X86::COND_B)) in LowerSELECT()13338 if (N0.getOpcode() == ISD::XOR && isAllOnes(N0.getOperand(1))) in PerformAndCombine()13341 if (N1.getOpcode() == ISD::XOR && isAllOnes(N1.getOperand(1))) in PerformAndCombine()