Searched refs:extractCallocCall (Results 1 – 4 of 4) sorted by relevance
109 const CallInst *extractCallocCall(const Value *I, const TargetLibraryInfo *TLI);110 static inline CallInst *extractCallocCall(Value *I, in extractCallocCall() function112 return const_cast<CallInst*>(extractCallocCall((const Value*)I, TLI)); in extractCallocCall()
128 const CallInst *extractCallocCall(const Value *I, const TargetLibraryInfo *TLI);129 inline CallInst *extractCallocCall(Value *I, const TargetLibraryInfo *TLI) { in extractCallocCall() function130 return const_cast<CallInst*>(extractCallocCall((const Value*)I, TLI)); in extractCallocCall()
303 const CallInst *llvm::extractCallocCall(const Value *I, in extractCallocCall() function in llvm
357 const CallInst *llvm::extractCallocCall(const Value *I, in extractCallocCall() function in llvm