Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp682 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy); in createMalloc() local
689 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()