Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp822 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy); in createMalloc() local
829 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()