Lines Matching defs:StartIdx
1187 /// (StartIdx * Step, (StartIdx + 1) * Step, (StartIdx + 2) * Step, ...)
1190 static Value *getStepVector(Value *Val, Value *StartIdx, Value *Step,
1215 // Splat the StartIdx
1216 Value *StartIdxSplat = Builder.CreateVectorSplat(VLen, StartIdx);
1474 Value *StartIdx = Builder.CreateBinOp(
1478 assert((State.VF.isScalable() || isa<Constant>(StartIdx)) &&
1479 "Expected StartIdx to be folded to a constant when VF is not "
1481 auto *Mul = Builder.CreateBinOp(MulOp, StartIdx, Step);