Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVM.cpp315 auto llvmIndexType = typeConverter.convertType(indexType); in matchAndRewrite() local
316 if (!llvmIndexType) in matchAndRewrite()
319 op.getLoc(), llvmIndexType, rewriter.getIntegerAttr(indexType, 0)); in matchAndRewrite()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp3489 auto llvmIndexType = typeConverter->convertType(rewriter.getIndexType()); in matchAndRewrite() local
3499 loc, llvmIndexType, in matchAndRewrite()
3517 loc, llvmIndexType, in matchAndRewrite()
3523 loc, llvmIndexType, rewriter.getI64IntegerAttr(strides[i])); in matchAndRewrite()
3529 loc, llvmIndexType, in matchAndRewrite()