Searched refs:LHSIsNull (Results 1 – 2 of 2) sorted by relevance
11848 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()11945 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()11966 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()11978 if (!IsOrdered && LHSIsNull && RHSIsNull) { in CheckCompareOperands()12045 if (!LHSIsNull && !RHSIsNull && in CheckCompareOperands()12059 if (!LHSIsNull && !RHSIsNull) { in CheckCompareOperands()12068 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()12095 if (LHSIsNull && !RHSIsNull) { in CheckCompareOperands()12122 if (LHSIsNull && !RHSIsNull) in CheckCompareOperands()12188 if (!IsOrdered && LHSIsNull in CheckCompareOperands()[all …]
5511 bool LHSIsNull = isa<ConstantPointerNull>(LHS); in handleCmp() local5513 if (!LHSIsNull && !RHSIsNull) in handleCmp()5519 assert((LHSIsNull || RHSIsNull) && in handleCmp()5523 unsigned PtrIdx = LHSIsNull; in handleCmp()