Searched refs:AllocPtrType (Results 1 – 1 of 1) sorted by relevance
676 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy); in createMalloc() local683 if (Result->getType() != AllocPtrType) in createMalloc()685 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore); in createMalloc()689 if (Result->getType() != AllocPtrType) { in createMalloc()692 Result = new BitCastInst(MCall, AllocPtrType, Name); in createMalloc()