Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlanHCFGBuilder.cpp95 VPValue *VPVal = IRDef2VPValue[Phi]; in fixPhiNodes() local
96 assert(isa<VPInstruction>(VPVal) && "Expected VPInstruction for phi node."); in fixPhiNodes()
97 auto *VPPhi = cast<VPInstruction>(VPVal); in fixPhiNodes()
DVPlan.h1147 void addExternalDef(VPValue *VPVal) { in addExternalDef() argument
1148 VPExternalDefs.insert(VPVal); in addExternalDef()