Searched refs:VPDefID (Results 1 – 1 of 1) sorted by relevance
759 #define VP_CLASSOF_IMPL(VPDefID) \ argument761 return D->getVPDefID() == VPDefID; \765 return R && R->getVPDefID() == VPDefID; \769 return R && R->getVPDefID() == VPDefID; \772 return R->getVPDefID() == VPDefID; \1115 VPHeaderPHIRecipe(unsigned char VPDefID, PHINode *Phi,1117 : VPRecipeBase(VPDefID, {}), VPValue(this, Phi) {