Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h69 bool isOperatorNewLikeFn(const Value *V, const TargetLibraryInfo *TLI,
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp196 bool llvm::isOperatorNewLikeFn(const Value *V, const TargetLibraryInfo *TLI, in isOperatorNewLikeFn() function in llvm
DValueTracking.cpp2942 if (isOperatorNewLikeFn(V, TLI, /*LookThroughBitCast=*/true)) in isKnownNonNull()