Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp58 int64_t UpperLast = getLastCoefficient(RemainingRows[R2], LastIdx); in eliminateUsingFM() local
61 UpperLast != 0 && LowerLast != 0 && in eliminateUsingFM()
64 if ((LowerLast < 0 && UpperLast < 0) || (LowerLast > 0 && UpperLast > 0)) in eliminateUsingFM()
69 if (UpperLast < 0) { in eliminateUsingFM()
71 std::swap(LowerLast, UpperLast); in eliminateUsingFM()
105 if (MulOverflow(LowerV, UpperLast, M2)) in eliminateUsingFM()