Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp676 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy); in createMalloc() local
683 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()