Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp45 static int64_t MaxConstraintValue = std::numeric_limits<int64_t>::max(); variable
183 return Val.sgt(MinSignedConstraintValue) && Val.slt(MaxConstraintValue); in decompose()
196 if (CI->uge(MaxConstraintValue)) in decompose()
256 !CI->uge(MaxConstraintValue)) in decompose()