Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DMemRefBuilder.cpp138 auto arrayPtrTy = LLVM::LLVMPointerType::get(arrayTy); in size() local
147 builder.create<LLVM::AllocaOp>(loc, arrayPtrTy, one, /*alignment=*/0); in size()