Searched refs:VPExpandSCEVRecipe (Results 1 – 4 of 4) sorted by relevance
1124 VPExpandSCEVRecipe *Step = new VPExpandSCEVRecipe(Expr, SE); in getOrCreateVPValueForSCEVExpr()
475 auto *ExpR = dyn_cast<VPExpandSCEVRecipe>(&R); in removeRedundantExpandSCEVRecipes()
1729 class VPExpandSCEVRecipe : public VPRecipeBase, public VPValue {1734 VPExpandSCEVRecipe(const SCEV *Expr, ScalarEvolution &SE) in VPExpandSCEVRecipe() function1738 ~VPExpandSCEVRecipe() override = default;
1088 void VPExpandSCEVRecipe::execute(VPTransformState &State) { in execute()1101 void VPExpandSCEVRecipe::print(raw_ostream &O, const Twine &Indent, in print()