Lines Matching defs:ValueRHS
163 const APSInt &ValueRHS) {
164 assert(APSInt::compareValues(ValueLHS, ValueRHS) <= 0 &&
167 if (APSInt::compareValues(ValueLHS, ValueRHS) == 0)
175 APSInt::compareValues(ValueLhsPlus1, ValueRHS) == 0;
183 const APSInt &ValueRHS) {
184 assert(APSInt::compareValues(ValueLHS, ValueRHS) <= 0 &&
188 if (APSInt::compareValues(ValueLHS, ValueRHS) == 0) {
216 APSInt::compareValues(ValueLhsPlus1, ValueRHS) == 0)
227 const APSInt &ValueRHS) {
228 assert(APSInt::compareValues(ValueLHS, ValueRHS) <= 0 &&
232 if (APSInt::compareValues(ValueLHS, ValueRHS) == 0) {
255 APSInt::compareValues(ValueLhsPlus1, ValueRHS) == 0)
274 const APSInt &ValueRHS) {
275 int Comparison = APSInt::compareValues(ValueLHS, ValueRHS);