Searched refs:VPVal (Results 1 – 2 of 2) sorted by relevance
95 VPValue *VPVal = IRDef2VPValue[Phi]; in fixPhiNodes() local96 assert(isa<VPInstruction>(VPVal) && "Expected VPInstruction for phi node."); in fixPhiNodes()97 auto *VPPhi = cast<VPInstruction>(VPVal); in fixPhiNodes()
1147 void addExternalDef(VPValue *VPVal) { in addExternalDef() argument1148 VPExternalDefs.insert(VPVal); in addExternalDef()