Home
last modified time | relevance | path

Searched refs:emitCalloc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h281 LLVM_ABI Value *emitCalloc(Value *Num, Value *Size, IRBuilderBase &B,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp2094 emitCalloc(ConstantInt::get(SizeTTy, 1), Malloc->getArgOperand(0), in tryFoldIntoCalloc()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp2089 Value *llvm::emitCalloc(Value *Num, Value *Size, IRBuilderBase &B, in emitCalloc() function in llvm