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