Searched refs:isAllOnesConstant (Results 1 – 8 of 8) sorted by relevance
1894 if (isAllOnesConstant(N0)) in visitSUB()1991 if (isAllOnesConstant(N0)) in visitSUBC()2887 if (isAllOnesConstant(LR)) { in visitANDLike()2907 Op0 == ISD::SETNE && ((isNullConstant(LR) && isAllOnesConstant(RR)) || in visitANDLike()2908 (isAllOnesConstant(LR) && isNullConstant(RR)))) { in visitANDLike()3052 if (isAllOnesConstant(N1)) in visitAND()3602 if (isAllOnesConstant(LR) && (Op1 == ISD::SETNE || Op1 == ISD::SETGT)) { in visitORLike()3771 if (isAllOnesConstant(N1)) in visitOR()4166 if (isAllOnesConstant(N1) && in visitXOR()4223 && isAllOnesConstant(N1) && isOneConstant(N0.getOperand(0))) { in visitXOR()[all …]
6706 bool llvm::isAllOnesConstant(SDValue V) { in isAllOnesConstant() function in llvm
1502 bool isAllOnesConstant(SDValue V);
14925 if ((isAllOnesConstant(Op1) || isAllOnesConstant(Op2)) && in LowerSELECT()14927 SDValue Y = isAllOnesConstant(Op2) ? Op1 : Op2; in LowerSELECT()14934 (isAllOnesConstant(Op1) == (CondCode == X86::COND_NE))) { in LowerSELECT()14954 if (isAllOnesConstant(Op1) != (CondCode == X86::COND_E)) in LowerSELECT()15055 (isAllOnesConstant(Op1) || isAllOnesConstant(Op2)) && in LowerSELECT()15060 if (isAllOnesConstant(Op1) != (CondCode == X86::COND_B)) in LowerSELECT()16157 if (isAllOnesConstant(Mask)) in getVectorMaskingNode()16197 if (isAllOnesConstant(Mask)) in getScalarMaskingNode()16708 if (isAllOnesConstant(Mask)) // return data as is in LowerINTRINSIC_WO_CHAIN()17175 if (isAllOnesConstant(Mask)) // return just a truncate store in LowerINTRINSIC_TRUNCATE_TO_MEM()[all …]
2622 return isAllOnesConstant(Op); in isHWTrueValue()
3935 if (isAllOnesConstant(TVal.getOperand(1))) { in LowerSELECT_CC()
1537 LeadingOnes &= isAllOnesConstant(UniquedVals[i]); in get_VSPLTI_elt()
8244 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()