Lines Matching defs:StartV
531 VPValue *StartV, VPValue *Step, DebugLoc DL,
536 Kind, FPBinOp, StartV, CanonicalIV, Step, "offset.idx");
632 VPValue *StartV =
637 nullptr, StartV, StepV, PtrIV->getDebugLoc(), Builder);
1472 // %StartV is the canonical induction start value.
1479 // %EntryInc = canonical-iv-increment-for-part %StartV
1496 VPValue *StartV = CanonicalIVPHI->getStartValue();
1504 // We can't use StartV directly in the ActiveLaneMask VPInstruction, since
1529 VPInstruction::CanonicalIVIncrementForPart, {StartV}, {false, false}, DL,
1780 /// %StartV is the canonical induction start value.
1789 /// %EVLPhi = EXPLICIT-VECTOR-LENGTH-BASED-IV-PHI [ %StartV, %vector.ph ],
1803 /// %EVLPhi = EXPLICIT-VECTOR-LENGTH-BASED-IV-PHI [ %StartV, %vector.ph ],
1826 VPValue *StartV = CanonicalIVPHI->getStartValue();
1829 auto *EVLPhi = new VPEVLBasedIVPHIRecipe(StartV, DebugLoc());