Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h37 class VPRecipeBase; variable
52 friend class VPRecipeBase; variable
H A DVPlan.h663 VPRecipeBase(const unsigned char SC, ArrayRef<VPValue *> Operands) in VPRecipeBase() function
667 VPRecipeBase(const unsigned char SC, iterator_range<IterT> Operands) in VPRecipeBase() function
1281 : VPRecipeBase(VPReplicateSC, Operands), VPValue(VPVReplicateSC, I, this), in VPRecipeBase() function
1538 static RecipeListTy VPBasicBlock::*getSublistAccess(VPRecipeBase *) { in getSublistAccess() argument