Home
last modified time | relevance | path

Searched defs:nullPtr (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DPattern.cpp165 Value nullPtr = rewriter.create<LLVM::NullOp>(loc, elementPtrType); in getMemRefDescriptorSizes() local
180 auto nullPtr = rewriter.create<LLVM::NullOp>(loc, convertedPtrType); in getSizeInBytes() local
/llvm-project-15.0.7/clang/test/Analysis/
H A Dsmart-ptr.cpp474 auto nullPtr = std::unique_ptr<int>(); in uniquePtrComparision() local
501 auto nullPtr = std::unique_ptr<A>(); in uniquePtrComparisionDifferingTypes() local
/llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp316 auto nullPtr = rewriter.create<LLVM::NullOp>(loc, i8Ptr); in matchAndRewrite() local
569 auto nullPtr = rewriter.create<LLVM::NullOp>(loc, storagePtrType); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp813 Value nullPtr = rewriter.create<LLVM::NullOp>(loc, elementPtrType); in matchAndRewrite() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCMac.cpp2338 llvm::Constant *nullPtr = llvm::Constant::getNullValue(CGM.Int8PtrTy); in BuildGCBlockLayout() local
2696 llvm::Constant *nullPtr = llvm::Constant::getNullValue(CGM.Int8PtrTy); in getBitmapBlockLayout() local
2957 llvm::Constant *nullPtr = llvm::Constant::getNullValue(CGM.Int8PtrTy); in BuildByrefLayout() local
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp1012 auto nullPtr = rewriter.create<mlir::LLVM::NullOp>(loc, ptrTy); in computeDerivedTypeSize() local
1251 auto nullPtr = rewriter.create<mlir::LLVM::NullOp>(loc, ptrTy); local
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp701 auto nullPtr = builder.createConvert(loc, polyRefTy, nullConst); in genMutableBoxValueImpl() local
2821 auto nullPtr = builder.createNullConstant(loc, addrType); in genCopyIn() local
6314 mlir::Value nullPtr = builder.createNullConstant(loc, resRefTy); in computeElementSize() local