Home
last modified time | relevance | path

Searched refs:IVSCEV (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp1445 const SCEVAddRecExpr *IVSCEV = in replace() local
1447 StartExprs.push_back(IVSCEV->getStart()); in replace()
1448 IncrExprs.push_back(SE->getMinusSCEV(SE->getSCEV(DRS.Roots[0]), IVSCEV)); in replace()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp477 const SCEV *IVSCEV = SE->getSCEV(IV); in eliminateTrunc() local
484 if (IVSCEV == SE->getSignExtendExpr(TISCEV, IVTy)) in eliminateTrunc()
486 if (IVSCEV == SE->getZeroExtendExpr(TISCEV, IVTy)) in eliminateTrunc()