Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h109 const CallInst *extractCallocCall(const Value *I, const TargetLibraryInfo *TLI);
110 static inline CallInst *extractCallocCall(Value *I, in extractCallocCall() function
112 return const_cast<CallInst*>(extractCallocCall((const Value*)I, TLI)); in extractCallocCall()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h128 const CallInst *extractCallocCall(const Value *I, const TargetLibraryInfo *TLI);
129 inline CallInst *extractCallocCall(Value *I, const TargetLibraryInfo *TLI) { in extractCallocCall() function
130 return const_cast<CallInst*>(extractCallocCall((const Value*)I, TLI)); in extractCallocCall()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp303 const CallInst *llvm::extractCallocCall(const Value *I, in extractCallocCall() function in llvm
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp357 const CallInst *llvm::extractCallocCall(const Value *I, in extractCallocCall() function in llvm