Searched refs:LHSIsNull (Results 1 – 2 of 2) sorted by relevance
13156 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()13253 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()13274 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()13291 if (!IsOrdered && LHSIsNull && RHSIsNull) { in CheckCompareOperands()13374 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()13388 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()13397 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()13424 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()13451 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()13517 if (!IsOrdered && LHSIsNull in CheckCompareOperands()[all …]
11058 bool LHSIsNull = isa<ConstantPointerNull>(LHSV); in handleCmp() local11060 if (!LHSIsNull && !RHSIsNull) in handleCmp()11066 assert((LHSIsNull || RHSIsNull) && in handleCmp()11070 unsigned PtrIdx = LHSIsNull; in handleCmp()