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