Searched refs:getIngredient (Results 1 – 4 of 4) sorted by relevance
142 return cast<LoadInst>(&R->getIngredient())->getType(); in inferScalarTypeForRecipe()
2516 Instruction &getIngredient() const { return Ingredient; } in getIngredient() function2562 : VPWidenMemoryRecipe(VPDef::VPWidenLoadEVLSC, L->getIngredient(), in VPWidenLoadEVLRecipe()2565 VPValue(this, &getIngredient()) {2638 : VPWidenMemoryRecipe(VPDef::VPWidenStoreEVLSC, S->getIngredient(), in VPWidenStoreEVLRecipe()
181 cast<VPWidenMemoryRecipe>(this)->getIngredient().mayHaveSideEffects() == in mayHaveSideEffects()281 return &WidenMem->getIngredient(); in getInstructionForCost()
1599 Instruction &UnderlyingInstr = WidenRec->getIngredient(); in dropPoisonGeneratingRecipes()