Searched defs:VPRecipeBase (Results 1 – 2 of 2) sorted by relevance
37 class VPRecipeBase; variable52 friend class VPRecipeBase; variable
674 VPRecipeBase(const unsigned char SC, ArrayRef<VPValue *> Operands) in VPRecipeBase() function678 VPRecipeBase(const unsigned char SC, iterator_range<IterT> Operands) in VPRecipeBase() function1393 : VPRecipeBase(VPReplicateSC, Operands), VPValue(VPVReplicateSC, I, this), in VPRecipeBase() function1650 static RecipeListTy VPBasicBlock::*getSublistAccess(VPRecipeBase *) { in getSublistAccess() argument