Lines Matching refs:isAllOnes

1282     if (!DemandedBits.isAllOnes() || !DemandedSubElts.isAllOnes() ||  in SimplifyDemandedBits()
1283 !DemandedSrcElts.isAllOnes()) { in SimplifyDemandedBits()
1314 if (!DemandedBits.isAllOnes() || !DemandedSrcElts.isAllOnes()) { in SimplifyDemandedBits()
1470 if (!DemandedBits.isAllOnes() || !DemandedElts.isAllOnes()) { in SimplifyDemandedBits()
1522 if (!DemandedBits.isAllOnes() || !DemandedElts.isAllOnes()) { in SimplifyDemandedBits()
1608 if (!C->isAllOnes() && DemandedBits.isSubsetOf(C->getAPIntValue())) { in SimplifyDemandedBits()
1642 if (!C || !C->isAllOnes()) in SimplifyDemandedBits()
1647 if (!DemandedBits.isAllOnes() || !DemandedElts.isAllOnes()) { in SimplifyDemandedBits()
1826 if (!InDemandedMask.isAllOnes() || !DemandedElts.isAllOnes()) { in SimplifyDemandedBits()
1999 if (!InDemandedMask.isAllOnes() || !DemandedElts.isAllOnes()) { in SimplifyDemandedBits()
2114 if (!InDemandedMask.isAllOnes() || !DemandedElts.isAllOnes()) { in SimplifyDemandedBits()
2168 if (!Demanded0.isAllOnes() || !Demanded1.isAllOnes() || in SimplifyDemandedBits()
2169 !DemandedElts.isAllOnes()) { in SimplifyDemandedBits()
2665 if (!DemandedSrcBits.isAllOnes() || !DemandedSrcElts.isAllOnes()) { in SimplifyDemandedBits()
2764 if (!DemandedSrcBits.isAllOnes() || !DemandedSrcElts.isAllOnes()) { in SimplifyDemandedBits()
2840 if (!LoMask.isAllOnes() || !DemandedElts.isAllOnes()) { in SimplifyDemandedBits()
2863 if (C && !C->isAllOnes() && !C->isOne() && in SimplifyDemandedBits()
2864 (C->getAPIntValue() | HighMask).isAllOnes()) { in SimplifyDemandedBits()
2969 if (HasMultiUse && Known.isUnknown() && !OriginalDemandedElts.isAllOnes()) in SimplifyDemandedBits()
3183 .isAllOnes()) in SimplifyDemandedVectorElts()
3219 if (SrcZero.extractBits(Scale, i * Scale).isAllOnes()) in SimplifyDemandedVectorElts()
3221 if (SrcUndef.extractBits(Scale, i * Scale).isAllOnes()) in SimplifyDemandedVectorElts()
3244 if (!DemandedElts.isAllOnes()) { in SimplifyDemandedVectorElts()
3288 if (!DemandedElts.isAllOnes()) { in SimplifyDemandedVectorElts()
3336 if (!DemandedSrcElts.isAllOnes() || !DemandedSubElts.isAllOnes()) { in SimplifyDemandedVectorElts()
3368 if (!DemandedElts.isAllOnes()) { in SimplifyDemandedVectorElts()
3611 if (!DemandedElts.isAllOnes()) in SimplifyDemandedVectorElts()
3638 if (!DemandedElts.isAllOnes()) in SimplifyDemandedVectorElts()
3679 if (!DemandedElts.isAllOnes()) in SimplifyDemandedVectorElts()
3926 return CVal.isAllOnes(); in isConstTrueVal()
3969 return N->isAllOnes() && SExt; in isExtendedTrueVal()
4354 if (!C1 || !(C1->isZero() || C1->isAllOnes())) in foldSetCCWithRotate()
4905 N1C && N1C->isAllOnes()) { in SimplifySetCC()
5020 bool CmpNegOne = N1C->isAllOnes(); in SimplifySetCC()
6330 if (Divisor.isOne() || Divisor.isAllOnes()) { in BuildSDIV()