Searched refs:extractCallocCall (Results 1 – 2 of 2) sorted by relevance
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()
357 const CallInst *llvm::extractCallocCall(const Value *I, in extractCallocCall() function in llvm