Searched refs:IVOffset (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1538 // IVOffset will be the new GEP offset that is interpreted by GEP as a
1545 const SCEV *IVOffset = SE->getTruncateOrZeroExtend(IVCount, OfsTy); local
1548 assert(SE->isLoopInvariant(IVOffset, L) &&
1551 Value *GEPOffset = Rewriter.expandCodeFor(IVOffset, OfsTy, BI);

Completed in 1123 milliseconds