Searched refs:isAllOnesConstant (Results 1 – 17 of 17) sorted by relevance
1886 if (isAllOnesConstant(N0)) in visitSUB()1983 if (isAllOnesConstant(N0)) in visitSUBC()2880 if (isAllOnesConstant(LR)) { in visitANDLike()2900 Op0 == ISD::SETNE && ((isNullConstant(LR) && isAllOnesConstant(RR)) || in visitANDLike()2901 (isAllOnesConstant(LR) && isNullConstant(RR)))) { in visitANDLike()3089 if (isAllOnesConstant(N1)) in visitAND()3639 if (isAllOnesConstant(LR) && (Op1 == ISD::SETNE || Op1 == ISD::SETGT)) { in visitORLike()3819 if (isAllOnesConstant(N1)) in visitOR()4214 if (isAllOnesConstant(N1) && in visitXOR()4271 && isAllOnesConstant(N1) && isOneConstant(N0.getOperand(0))) { in visitXOR()[all …]
6691 bool llvm::isAllOnesConstant(SDValue V) { in isAllOnesConstant() function in llvm6702 return V.getOpcode() == ISD::XOR && isAllOnesConstant(V.getOperand(1)); in isBitwiseNot()
1365 bool isAllOnesConstant(SDValue V);
1326 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()
1280 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()
2780 if (isAllOnesConstant(N0)) in visitSUBC()2812 if (isAllOnesConstant(N0)) in visitUSUBO()3895 ((isNullConstant(LR) && isAllOnesConstant(RR)) || in foldLogicOfSetCCs()3896 (isAllOnesConstant(LR) && isNullConstant(RR)))) { in foldLogicOfSetCCs()4339 if (!isAllOnesConstant(M->getOperand(0))) in unfoldExtremeBitClearingToShifts()4405 if (isAllOnesConstant(N1)) in visitAND()5107 if (isAllOnesConstant(N1)) in visitOR()6053 if (isAllOnesConstant(N1) && N0.hasOneUse() && in visitXOR()6112 && isAllOnesConstant(N1) && isOneConstant(N0.getOperand(0))) { in visitXOR()8344 if (CC == ISD::SETGT && isAllOnesConstant(Ones) && VT == XVT) { in foldExtendedSignBitTest()[all …]
8070 bool llvm::isAllOnesConstant(SDValue V) { in isAllOnesConstant() function in llvm8081 return V.getOpcode() == ISD::XOR && isAllOnesConstant(V.getOperand(1)); in isBitwiseNot()
1587 bool isAllOnesConstant(SDValue V);
15524 bool IsAllOnesElt = VT.isInteger() && llvm::isAllOnesConstant(N1); in LowerINSERT_VECTOR_ELT()18683 } else if (isAllOnesConstant(Op1)) { in EmitKTEST()18956 if ((isAllOnesConstant(Op1) || isAllOnesConstant(Op2)) && in LowerSELECT()18958 SDValue Y = isAllOnesConstant(Op2) ? Op1 : Op2; in LowerSELECT()18965 (isAllOnesConstant(Op1) == (CondCode == X86::COND_NE))) { in LowerSELECT()18983 if (isAllOnesConstant(Op1) != (CondCode == X86::COND_E)) in LowerSELECT()19121 (isAllOnesConstant(Op1) || isAllOnesConstant(Op2)) && in LowerSELECT()19126 if (isAllOnesConstant(Op1) != (CondCode == X86::COND_B)) in LowerSELECT()20290 if (isAllOnesConstant(Mask)) in getMaskNode()20338 if (isAllOnesConstant(Mask)) in getVectorMaskingNode()[all …]
930 return isAllOnesConstant(Op); in isHWTrueValue()
1098 return isAllOnesConstant(Op); in isHWTrueValue()
4466 } else if (isAllOnesConstant(LowerSatConstant)) in LowerSELECT_CC()9660 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()
3970 if (isAllOnesConstant(TVal.getOperand(1))) { in LowerSELECT_CC()
4614 if (isAllOnesConstant(TVal.getOperand(1))) { in LowerSELECT_CC()
1643 LeadingOnes &= isAllOnesConstant(UniquedVals[i]); in get_VSPLTI_elt()
8589 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()
2079 LeadingOnes &= isAllOnesConstant(UniquedVals[i]); in get_VSPLTI_elt()