Home | History | Annotate | Download | only in IR

Lines Matching refs:AllocTy

373                                  Type *AllocTy, Value *AllocSize, 
422 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy);
457 Type *IntPtrTy, Type *AllocTy,
461 return createMalloc(InsertBefore, nullptr, IntPtrTy, AllocTy, AllocSize,
474 Type *IntPtrTy, Type *AllocTy,
477 return createMalloc(nullptr, InsertAtEnd, IntPtrTy, AllocTy, AllocSize,