Home
last modified time | relevance | path

Searched refs:getSCEVExpansion (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1612 if (auto *Expanded = Plan.getSCEVExpansion(Expr)) in getOrCreateVPValueForSCEVExpr()
H A DVPlan.h3483 VPValue *getSCEVExpansion(const SCEV *S) const { in getSCEVExpansion() function
H A DLoopVectorize.cpp2810 VPValue *StepVPV = Plan.getSCEVExpansion(II.getStep()); in fixupIVUsers()