Searched refs:isAllOnesConstant (Results 1 – 11 of 11) sorted by relevance
373 (isOneConstant(SDValue(N, 0)) || isAllOnesConstant(SDValue(N, 0)))) in shouldAvoidImmediateInstFormsForSize()3088 bool IsNegOne = isAllOnesConstant(StoredVal.getOperand(1)); in foldLoadStoreIntoMemOperand()3295 if (!isAllOnesConstant(Mask->getOperand(1))) in matchBitExtract()3364 if (!isAllOnesConstant(Mask.getOperand(0))) in matchBitExtract()
17817 bool IsAllOnesElt = VT.isInteger() && llvm::isAllOnesConstant(N1); in LowerINSERT_VECTOR_ELT()21778 } else if (isAllOnesConstant(Op1)) { in EmitAVX512Test()21862 if (isAllOnesConstant(Op1) && Op0.getOpcode() == ISD::ADD && in emitFlagsForSetcc()22180 if ((isAllOnesConstant(Op1) || isAllOnesConstant(Op2)) && in LowerSELECT()22182 SDValue Y = isAllOnesConstant(Op2) ? Op1 : Op2; in LowerSELECT()22189 (isAllOnesConstant(Op1) == (CondCode == X86::COND_NE))) { in LowerSELECT()22206 if (isAllOnesConstant(Op1) != (CondCode == X86::COND_E)) in LowerSELECT()22318 (isAllOnesConstant(Op1) || isAllOnesConstant(Op2)) && in LowerSELECT()22323 if (isAllOnesConstant(Op1) != (CondCode == X86::COND_B)) in LowerSELECT()23442 if (isAllOnesConstant(Mask)) in getMaskNode()[all …]
3339 if (isAllOnesConstant(N0)) in visitSUBC()4604 ((isNullConstant(LR) && isAllOnesConstant(RR)) || in foldLogicOfSetCCs()4605 (isAllOnesConstant(LR) && isNullConstant(RR)))) { in foldLogicOfSetCCs()5074 if (!isAllOnesConstant(M->getOperand(0))) in unfoldExtremeBitClearingToShifts()5193 if (isAllOnesConstant(N1)) in visitAND()5897 if (isAllOnesConstant(N1)) in visitOR()7109 if (isAllOnesConstant(N1) && N0.hasOneUse() && in visitXOR()7124 if (isAllOnesConstant(N1) && N0.getOpcode() == ISD::SUB && in visitXOR()7131 if (isAllOnesConstant(N1) && N0.getOpcode() == ISD::ADD && in visitXOR()7206 isAllOnesConstant(N1) && isOneConstant(N0.getOperand(0))) { in visitXOR()[all …]
5132 turnVectorIntoSplatVector(KAmts, isAllOnesConstant, in prepareUREMEqFold()5376 turnVectorIntoSplatVector(AAmts, isAllOnesConstant, in prepareSREMEqFold()5380 turnVectorIntoSplatVector(KAmts, isAllOnesConstant, in prepareSREMEqFold()
8821 bool llvm::isAllOnesConstant(SDValue V) { in isAllOnesConstant() function in llvm
1326 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()
1659 bool isAllOnesConstant(SDValue V);
932 return isAllOnesConstant(Op); in isHWTrueValue()
4950 } else if (isAllOnesConstant(LowerSatConstant)) in LowerSELECT_CC()10965 return AllOnes ? isAllOnesConstant(N) : isNullConstant(N); in isZeroOrAllOnes()
5347 if (isAllOnesConstant(TVal.getOperand(1))) { in LowerSELECT_CC()
2201 LeadingOnes &= isAllOnesConstant(UniquedVals[i]); in get_VSPLTI_elt()