Searched refs:RHSIsNull (Results 1 – 3 of 3) sorted by relevance
72 bool RHSIsNull = in VisitObjCMessageExpr() local75 if (RHSIsNull && isRemovable(ME)) in VisitObjCMessageExpr()
11848 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()11850 if (RHSIsNull) in CheckCompareOperands()11945 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()11966 if (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()12183 if (!IsOrdered && RHSIsNull in CheckCompareOperands()[all …]
5512 bool RHSIsNull = isa<ConstantPointerNull>(RHS); in handleCmp() local5513 if (!LHSIsNull && !RHSIsNull) in handleCmp()5519 assert((LHSIsNull || RHSIsNull) && in handleCmp()