Searched refs:isPhi (Results 1 – 3 of 3) sorted by relevance
70 while (RecipeI != End && RecipeI->isPhi()) { in verifyPhiRecipes()101 if (RecipeI->isPhi() && !isa<VPBlendRecipe>(&*RecipeI)) { in verifyPhiRecipes()
214 while (It != end() && It->isPhi()) in getFirstNonPhi()
844 bool isPhi() const { in isPhi() function