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

/external/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp670 const SCEV *LeftSCEV = SE.getSCEV(LeftValue); local
676 // We canonicalize `ICI` such that `LeftSCEV` is an add recurrence.
677 if (!isa<SCEVAddRecExpr>(LeftSCEV)) {
679 std::swap(LeftSCEV, RightSCEV);
739 const SCEVAddRecExpr *IndVarNext = cast<SCEVAddRecExpr>(LeftSCEV);

Completed in 90 milliseconds