Searched refs:MinSignedConstraintValue (Results 1 – 1 of 1) sorted by relevance
65 static int64_t MinSignedConstraintValue = std::numeric_limits<int64_t>::min(); variable449 return Val.sgt(MinSignedConstraintValue) && Val.slt(MaxConstraintValue); in canUseSExt()