Searched refs:getValueOrCreateCastToIndexLike (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/Utils/ |
| H A D | Utils.h | 86 Value getValueOrCreateCastToIndexLike(OpBuilder &b, Location loc,
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Utils/ |
| H A D | Utils.cpp | 62 Value mlir::getValueOrCreateCastToIndexLike(OpBuilder &b, Location loc, in getValueOrCreateCastToIndexLike() function in mlir
|
| /llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/ |
| H A D | ConvertVectorToLLVM.cpp | 1013 auto bound = getValueOrCreateCastToIndexLike(rewriter, loc, idxType, in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/ |
| H A D | VectorTransforms.cpp | 2504 Value o = getValueOrCreateCastToIndexLike(rewriter, loc, idxType, *off); in buildVectorComparison() 2509 Value bound = getValueOrCreateCastToIndexLike(rewriter, loc, idxType, b); in buildVectorComparison()
|