Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4849 bool Op0IsNull = isa<ConstantPointerNull>(ICmp->getOperand(0)); in checkForNullPtrCompare() local
4851 if (!Op0IsNull && !Op1IsNull) in checkForNullPtrCompare()
4856 if (Op0IsNull && Op1IsNull) { in checkForNullPtrCompare()
4870 assert((Op0IsNull || Op1IsNull) && in checkForNullPtrCompare()
4874 unsigned PtrIdx = Op0IsNull; in checkForNullPtrCompare()