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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp703 const SCEV *RightSCEV = SE.getSCEV(RightValue); local
707 if (isa<SCEVAddRecExpr>(RightSCEV)) {
708 std::swap(LeftSCEV, RightSCEV);
788 if (CanBeSMax(SE, RightSCEV)) {
810 if (CanBeSMin(SE, RightSCEV)) {

Completed in 60 milliseconds