Searched refs:AllocPtrType (Results 1 – 1 of 1) sorted by relevance
682 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy); in createMalloc() local689 if (Result->getType() != AllocPtrType) in createMalloc()691 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore); in createMalloc()695 if (Result->getType() != AllocPtrType) { in createMalloc()698 Result = new BitCastInst(MCall, AllocPtrType, Name); in createMalloc()