Searched refs:PredPHI (Results 1 – 1 of 1) sorted by relevance
1013 if (auto *PredPHI = dyn_cast<VPPredInstPHIRecipe>(&R)) { in simplifyRecipe() local1014 VPValue *Op = PredPHI->getOperand(0); in simplifyRecipe()1016 PredPHI->replaceAllUsesWith(Op); in simplifyRecipe()