HomeSort by: relevance | last modified time | path
    Searched defs:VPV (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VPlanTransforms.cpp 36 VPValue *VPV = Ingredient->getVPSingleValue();
37 Instruction *Inst = cast<Instruction>(VPV->getUnderlyingValue());
40 VPV->replaceAllUsesWith(&DummyValue);
90 VPV->replaceAllUsesWith(NewRecipe->getVPSingleValue());
VPlanHCFGBuilder.cpp 261 VPValue *VPV = new VPValue(&I);
262 Plan.addExternalDef(VPV);
263 IRDef2VPValue[&I] = VPV;

Completed in 19 milliseconds