Searched refs:AllocPtrType (Results 1 – 1 of 1) sorted by relevance
404 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy); in createMalloc() local410 if (Result->getType() != AllocPtrType) in createMalloc()412 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore); in createMalloc()416 if (Result->getType() != AllocPtrType) { in createMalloc()419 Result = new BitCastInst(MCall, AllocPtrType, Name); in createMalloc()