Searched refs:LHSIsNull (Results 1 – 2 of 2) sorted by relevance
12451 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()12548 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()12569 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()12581 if (!IsOrdered && LHSIsNull && RHSIsNull) { in CheckCompareOperands()12648 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()12662 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()12671 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()12698 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()12725 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()12791 if (!IsOrdered && LHSIsNull in CheckCompareOperands()[all …]
10063 bool LHSIsNull = isa<ConstantPointerNull>(LHS); in handleCmp() local10065 if (!LHSIsNull && !RHSIsNull) in handleCmp()10071 assert((LHSIsNull || RHSIsNull) && in handleCmp()10075 unsigned PtrIdx = LHSIsNull; in handleCmp()