Searched refs:extractCallocCall (Results 1 – 2 of 2) sorted by relevance
114 const CallInst *extractCallocCall(const Value *I, const TargetLibraryInfo *TLI);115 static inline CallInst *extractCallocCall(Value *I, in extractCallocCall() function117 return const_cast<CallInst*>(extractCallocCall((const Value*)I, TLI)); in extractCallocCall()
296 const CallInst *llvm::extractCallocCall(const Value *I, in extractCallocCall() function in llvm