Searched refs:RHSIsNull (Results 1 – 3 of 3) sorted by relevance
72 bool RHSIsNull = in VisitObjCMessageExpr() local75 if (RHSIsNull && isRemovable(ME)) in VisitObjCMessageExpr()
13156 if (!IsOrdered && LHSIsNull != RHSIsNull) { in CheckCompareOperands()13158 if (RHSIsNull) in CheckCompareOperands()13253 && !LHSIsNull && !RHSIsNull) in CheckCompareOperands()13274 if (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()13512 if (!IsOrdered && RHSIsNull in CheckCompareOperands()[all …]
11059 bool RHSIsNull = isa<ConstantPointerNull>(RHSV); in handleCmp() local11060 if (!LHSIsNull && !RHSIsNull) in handleCmp()11066 assert((LHSIsNull || RHSIsNull) && in handleCmp()