Searched refs:AllocPtrType (Results 1 – 1 of 1) sorted by relevance
822 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy); in createMalloc() local829 if (Result->getType() != AllocPtrType) in createMalloc()831 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore); in createMalloc()835 if (Result->getType() != AllocPtrType) { in createMalloc()838 Result = new BitCastInst(MCall, AllocPtrType, Name); in createMalloc()