Home
last modified time | relevance | path

Searched refs:LHSIsNull (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp12451 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 …]
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp10063 bool LHSIsNull = isa<ConstantPointerNull>(LHS); in handleCmp() local
10065 if (!LHSIsNull && !RHSIsNull) in handleCmp()
10071 assert((LHSIsNull || RHSIsNull) && in handleCmp()
10075 unsigned PtrIdx = LHSIsNull; in handleCmp()