Searched refs:MaxConstraintValue (Results 1 – 1 of 1) sorted by relevance
64 static int64_t MaxConstraintValue = std::numeric_limits<int64_t>::max(); variable439 return Val.sgt(MinSignedConstraintValue) && Val.slt(MaxConstraintValue); in canUseSExt()547 if (CI->uge(MaxConstraintValue)) in decompose()