Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.cpp306 VPValue *NewVPV; in createVPInstructionsForVPBB() local
311 NewVPV = new VPWidenPHIRecipe(Phi); in createVPInstructionsForVPBB()
312 VPBB->appendRecipe(cast<VPWidenPHIRecipe>(NewVPV)); in createVPInstructionsForVPBB()
323 NewVPV = cast<VPInstruction>( in createVPInstructionsForVPBB()
327 IRDef2VPValue[Inst] = NewVPV; in createVPInstructionsForVPBB()