Searched refs:llvmIndexType (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
D | ConvertSPIRVToLLVM.cpp | 315 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/ |
D | StandardToLLVM.cpp | 3489 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()
|