Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp1599 Instruction &UnderlyingInstr = WidenRec->getIngredient(); in dropPoisonGeneratingRecipes() local
1602 BlockNeedsPredication(UnderlyingInstr.getParent())) in dropPoisonGeneratingRecipes()
H A DVPlan.h1713 VPHeaderPHIRecipe(unsigned char VPDefID, Instruction *UnderlyingInstr,
1715 : VPSingleDefRecipe(VPDefID, ArrayRef<VPValue *>(), UnderlyingInstr, DL) { in VPSingleDefRecipe() argument