Searched refs:createMalloc (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Instructions.cpp | 662 static Instruction *createMalloc(Instruction *InsertBefore, in createMalloc() function 755 return createMalloc(InsertBefore, nullptr, IntPtrTy, AllocTy, AllocSize, in CreateMalloc() 764 return createMalloc(InsertBefore, nullptr, IntPtrTy, AllocTy, AllocSize, in CreateMalloc() 780 return createMalloc(nullptr, InsertAtEnd, IntPtrTy, AllocTy, AllocSize, in CreateMalloc() 788 return createMalloc(nullptr, InsertAtEnd, IntPtrTy, AllocTy, AllocSize, in CreateMalloc()
|