• Home
  • Raw
  • Download

Lines Matching refs:isAllOnesValue

1057     if (!DemandedBits.isAllOnesValue() || !DemandedSubElts.isAllOnesValue() ||  in SimplifyDemandedBits()
1058 !DemandedSrcElts.isAllOnesValue()) { in SimplifyDemandedBits()
1087 if (!DemandedBits.isAllOnesValue() || !DemandedSrcElts.isAllOnesValue()) { in SimplifyDemandedBits()
1221 if (!DemandedBits.isAllOnesValue() || !DemandedElts.isAllOnesValue()) { in SimplifyDemandedBits()
1268 if (!DemandedBits.isAllOnesValue() || !DemandedElts.isAllOnesValue()) { in SimplifyDemandedBits()
1311 if (!DemandedBits.isAllOnesValue() || !DemandedElts.isAllOnesValue()) { in SimplifyDemandedBits()
1356 if (!C->isAllOnesValue() && in SimplifyDemandedBits()
1365 if (!C || !C->isAllOnesValue()) in SimplifyDemandedBits()
1662 if (!InDemandedMask.isAllOnesValue() || !DemandedElts.isAllOnesValue()) { in SimplifyDemandedBits()
2067 if (!DemandedSrcBits.isAllOnesValue() || in SimplifyDemandedBits()
2068 !DemandedSrcElts.isAllOnesValue()) { in SimplifyDemandedBits()
2202 if (!LoMask.isAllOnesValue() || !DemandedElts.isAllOnesValue()) { in SimplifyDemandedBits()
2225 if (C && !C->isAllOnesValue() && !C->isOne() && in SimplifyDemandedBits()
2226 (C->getAPIntValue() | HighMask).isAllOnesValue()) { in SimplifyDemandedBits()
2486 if (SrcZero.extractBits(Scale, i * Scale).isAllOnesValue()) in SimplifyDemandedVectorElts()
2488 if (SrcUndef.extractBits(Scale, i * Scale).isAllOnesValue()) in SimplifyDemandedVectorElts()
2497 if (!DemandedElts.isAllOnesValue()) { in SimplifyDemandedVectorElts()
2570 if (!DemandedSrcElts.isAllOnesValue() || in SimplifyDemandedVectorElts()
2571 !DemandedSubElts.isAllOnesValue()) { in SimplifyDemandedVectorElts()
2603 if (!DemandedElts.isAllOnesValue()) { in SimplifyDemandedVectorElts()
2803 if (!DemandedElts.isAllOnesValue()) in SimplifyDemandedVectorElts()
2830 if (!DemandedElts.isAllOnesValue()) in SimplifyDemandedVectorElts()
2858 if (!DemandedElts.isAllOnesValue()) in SimplifyDemandedVectorElts()
3061 return CVal.isAllOnesValue(); in isConstTrueVal()
3104 return N->isAllOnesValue() && SExt; in isExtendedTrueVal()
5032 if (Divisor.isOneValue() || Divisor.isAllOnesValue()) { in BuildSDIV()