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

/external/llvm/lib/VMCore/
H A DInstructions.cpp359 static Instruction *createMalloc(Instruction *InsertBefore, function
365 "createMalloc needs either InsertBefore or InsertAtEnd");
449 return createMalloc(InsertBefore, NULL, IntPtrTy, AllocTy, AllocSize,
465 return createMalloc(NULL, InsertAtEnd, IntPtrTy, AllocTy, AllocSize,

Completed in 162 milliseconds