Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp43 static int64_t MaxConstraintValue = std::numeric_limits<int64_t>::max(); variable
51 if (CI->isNegative() || CI->uge(MaxConstraintValue)) in decompose()