Searched refs:emitMalloc (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h210 Value *emitMalloc(Value *Num, IRBuilder<> &B, const DataLayout &DL,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1272 Value *llvm::emitMalloc(Value *Num, IRBuilder<> &B, const DataLayout &DL, function in class:llvm
H A DSimplifyLibCalls.cpp1251 return emitMalloc(CI->getArgOperand(1), B, DL, TLI);

Completed in 168 milliseconds