Searched refs:EPResumeVal (Results 1 – 1 of 1) sorted by relevance
8488 PHINode *EPResumeVal = PHINode::Create(IdxTy, 2, "vec.epilog.resume.val", in createEpilogueVectorizedLoopSkeleton() local8490 EPResumeVal->addIncoming(EPI.VectorTripCount, VecEpilogueIterationCountCheck); in createEpilogueVectorizedLoopSkeleton()8491 EPResumeVal->addIncoming(ConstantInt::get(IdxTy, 0), in createEpilogueVectorizedLoopSkeleton()8498 Value *StartIdx = EPResumeVal; in createEpilogueVectorizedLoopSkeleton()