Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DBuildLibCalls.h208 Value *emitCalloc(Value *Num, Value *Size, const AttributeList &Attrs,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1658 Value *llvm::emitCalloc(Value *Num, Value *Size, const AttributeList &Attrs, in emitCalloc() function in llvm
H A DSimplifyLibCalls.cpp1192 if (Value *Calloc = emitCalloc(ConstantInt::get(SizeType, 1), in foldMallocMemset()