Home
last modified time | relevance | path

Searched refs:AllocPtrType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp714 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy); in createMalloc() local
721 if (Result->getType() != AllocPtrType) in createMalloc()
723 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore); in createMalloc()
727 if (Result->getType() != AllocPtrType) { in createMalloc()
730 Result = new BitCastInst(MCall, AllocPtrType, Name); in createMalloc()