Home
last modified time | relevance | path

Searched refs:ResumeValTy (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2327 Type *ResumeValTy = (OrigPhi == OldInduction) ? IdxTy : OrigPhi->getType(); in createEmptyLoop() local
2328 PHINode *ResumeVal = PHINode::Create(ResumeValTy, 2, "resume.val", in createEmptyLoop()
2337 PHINode *BCResumeVal = PHINode::Create(ResumeValTy, 3, "bc.resume.val", in createEmptyLoop()