Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstructions.cpp435 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy); in createMalloc() local
441 if (Result->getType() != AllocPtrType) in createMalloc()
443 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore); in createMalloc()
447 if (Result->getType() != AllocPtrType) { in createMalloc()
450 Result = new BitCastInst(MCall, AllocPtrType, Name); in createMalloc()