Searched refs:MaxConstraintValue (Results 1 – 1 of 1) sorted by relevance
43 static int64_t MaxConstraintValue = std::numeric_limits<int64_t>::max(); variable51 if (CI->isNegative() || CI->uge(MaxConstraintValue)) in decompose()