Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp1599 Instruction &UnderlyingInstr = WidenRec->getIngredient(); in dropPoisonGeneratingRecipes() local
H A DVPlan.h1715 : VPSingleDefRecipe(VPDefID, ArrayRef<VPValue *>(), UnderlyingInstr, DL) { in VPSingleDefRecipe() argument