Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11848 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 …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp5511 bool LHSIsNull = isa<ConstantPointerNull>(LHS); in handleCmp() local
5513 if (!LHSIsNull && !RHSIsNull) in handleCmp()
5519 assert((LHSIsNull || RHSIsNull) && in handleCmp()
5523 unsigned PtrIdx = LHSIsNull; in handleCmp()