Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp574 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy); in createMalloc() local
581 if (Result->getType() != AllocPtrType) in createMalloc()
583 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore); in createMalloc()
587 if (Result->getType() != AllocPtrType) { in createMalloc()
590 Result = new BitCastInst(MCall, AllocPtrType, Name); in createMalloc()