Searched refs:ValueRHS (Results 1 – 1 of 1) sorted by relevance
162 const APSInt &ValueRHS) { in areEquivalentRanges() argument163 assert(APSInt::compareValues(ValueLHS, ValueRHS) <= 0 && in areEquivalentRanges()166 if (APSInt::compareValues(ValueLHS, ValueRHS) == 0) in areEquivalentRanges()182 const APSInt &ValueRHS) { in areExclusiveRanges() argument183 assert(APSInt::compareValues(ValueLHS, ValueRHS) <= 0 && in areExclusiveRanges()187 if (APSInt::compareValues(ValueLHS, ValueRHS) == 0) { in areExclusiveRanges()215 APSInt::compareValues(ValueLhsPlus1, ValueRHS) == 0) in areExclusiveRanges()227 assert(APSInt::compareValues(ValueLHS, ValueRHS) <= 0 && in rangesFullyCoverDomain()231 if (APSInt::compareValues(ValueLHS, ValueRHS) == 0) { in rangesFullyCoverDomain()254 APSInt::compareValues(ValueLhsPlus1, ValueRHS) == 0) in rangesFullyCoverDomain()[all …]