Searched refs:isKnownNonNullAt (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ValueTracking.h | 312 bool isKnownNonNullAt(const Value *V,
|
/external/llvm/lib/Analysis/ |
D | Loads.cpp | 71 if (!CheckForNonNull || isKnownNonNullAt(V, CtxI, DT)) in isDereferenceableAndAlignedPointer()
|
D | InstructionSimplify.cpp | 2138 if (isAllocLikeFn(LHS, TLI) && llvm::isKnownNonNullAt(RHS, CxtI, DT)) in computePointerICmp() 2140 else if (isAllocLikeFn(RHS, TLI) && llvm::isKnownNonNullAt(LHS, CxtI, DT)) in computePointerICmp()
|
D | ValueTracking.cpp | 3267 bool llvm::isKnownNonNullAt(const Value *V, const Instruction *CtxI, in isKnownNonNullAt() function in llvm
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 2332 if (isKnownNonNullAt(DerivedPtr, II, DT)) in visitCallInst() 2495 isKnownNonNullAt(V, CS.getInstruction(), DT)) in visitCallSite()
|