Searched refs:createMalloc (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/VMCore/ |
D | Instructions.cpp | 353 static Instruction *createMalloc(Instruction *InsertBefore, in createMalloc() function 443 return createMalloc(InsertBefore, NULL, IntPtrTy, AllocTy, AllocSize, in CreateMalloc() 459 return createMalloc(NULL, InsertAtEnd, IntPtrTy, AllocTy, AllocSize, in CreateMalloc()
|