Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp404 const SCEV *IndexSCEV = nullptr; in create() local
407 IndexSCEV, Length); in create()
412 assert(IndexSCEV && "contract with SplitRangeCheckCondition!"); in create()
416 const SCEVAddRecExpr *IndexAddRec = dyn_cast<SCEVAddRecExpr>(IndexSCEV); in create()