Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp565 auto storagePtrType = LLVM::LLVMPointerType::get(storedType); in matchAndRewrite() local
569 auto nullPtr = rewriter.create<LLVM::NullOp>(loc, storagePtrType); in matchAndRewrite()
572 auto gep = rewriter.create<LLVM::GEPOp>(loc, storagePtrType, nullPtr, in matchAndRewrite()