Searched refs:createMalloc (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/IR/ |
| D | Instructions.cpp | 371 static Instruction *createMalloc(Instruction *InsertBefore, in createMalloc() function 461 return createMalloc(InsertBefore, NULL, IntPtrTy, AllocTy, AllocSize, in CreateMalloc() 477 return createMalloc(NULL, InsertAtEnd, IntPtrTy, AllocTy, AllocSize, in CreateMalloc()
|