Lines Matching defs:IdxVal
10657 int64_t IdxVal = Idx.getSExtValue();
10669 if (Ty.isScalableVector() && IdxVal < 0 &&
10670 (PredPattern = getSVEPredPatternFromNumElements(std::abs(IdxVal))) !=
10674 // Create a predicate where all but the last -IdxVal elements are false.
10686 if (IdxVal >= 0 && (IdxVal * BlockSize / 8) < 256)
19560 uint64_t IdxVal = N->getConstantOperandVal(2);
19571 if (IdxVal == 0 && Vec.isUndef())
19577 (IdxVal != 0 && IdxVal != NumSubElts))
19584 if (IdxVal == 0) {