Searched refs:VPExpandSCEVRecipe (Results 1 – 6 of 6) sorted by relevance
275 .Case<VPExpandSCEVRecipe>([](const VPExpandSCEVRecipe *R) { in inferScalarType()
2678 class VPExpandSCEVRecipe : public VPSingleDefRecipe {2683 VPExpandSCEVRecipe(const SCEV *Expr, ScalarEvolution &SE) in VPExpandSCEVRecipe() function2686 ~VPExpandSCEVRecipe() override = default;2688 VPExpandSCEVRecipe *clone() override { in clone()2689 return new VPExpandSCEVRecipe(Expr, SE); in clone()
316 isa<VPExpandSCEVRecipe>(Def->getDefiningRecipe())) && in get()1620 Expanded = new VPExpandSCEVRecipe(Expr, SE); in getOrCreateVPValueForSCEVExpr()
2463 void VPExpandSCEVRecipe::execute(VPTransformState &State) { in execute()2478 void VPExpandSCEVRecipe::print(raw_ostream &O, const Twine &Indent, in print()
641 auto *ExpR = dyn_cast<VPExpandSCEVRecipe>(&R); in removeRedundantExpandSCEVRecipes()
9997 auto *ExpandR = cast<VPExpandSCEVRecipe>(&R); in processLoop()