Searched refs:AllocPtrType (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 404 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy); in createMalloc() local 410 if (Result->getType() != AllocPtrType) in createMalloc() 412 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore); in createMalloc() 416 if (Result->getType() != AllocPtrType) { in createMalloc() 419 Result = new BitCastInst(MCall, AllocPtrType, Name); in createMalloc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 455 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy); in createMalloc() local 462 if (Result->getType() != AllocPtrType) in createMalloc() 464 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore); in createMalloc() 468 if (Result->getType() != AllocPtrType) { in createMalloc() 471 Result = new BitCastInst(MCall, AllocPtrType, Name); in createMalloc()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 493 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy); in createMalloc() local 500 if (Result->getType() != AllocPtrType) in createMalloc() 502 Result = new BitCastInst(MCall, AllocPtrType, Name, InsertBefore); in createMalloc() 506 if (Result->getType() != AllocPtrType) { in createMalloc() 509 Result = new BitCastInst(MCall, AllocPtrType, Name); in createMalloc()
|