Searched refs:LHSIsNull (Results 1 – 1 of 1) sorted by relevance
10339 if (LHSIsNull != RHSIsNull) in CheckCompareOperands()10349 if (!IsRelational && LHSIsNull != RHSIsNull) { in CheckCompareOperands()10423 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()10445 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()10524 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()10538 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()10547 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()10571 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()10598 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()10664 if (!IsRelational && LHSIsNull in CheckCompareOperands()[all …]