Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp510 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy); in createMalloc() local
517 if (Result->getType() != AllocPtrType) in createMalloc()
519 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore); in createMalloc()
523 if (Result->getType() != AllocPtrType) { in createMalloc()
526 Result = new BitCastInst(MCall, AllocPtrType, Name); in createMalloc()