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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp522 static Instruction *createMalloc(Instruction *InsertBefore, function
529 "createMalloc needs either InsertBefore or InsertAtEnd");
615 return createMalloc(InsertBefore, nullptr, IntPtrTy, AllocTy, AllocSize,
624 return createMalloc(InsertBefore, nullptr, IntPtrTy, AllocTy, AllocSize,
640 return createMalloc(nullptr, InsertAtEnd, IntPtrTy, AllocTy, AllocSize,
648 return createMalloc(nullptr, InsertAtEnd, IntPtrTy, AllocTy, AllocSize,

Completed in 67 milliseconds