Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/Utils/
H A DUtils.h86 Value getValueOrCreateCastToIndexLike(OpBuilder &b, Location loc,
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Utils/
H A DUtils.cpp62 Value mlir::getValueOrCreateCastToIndexLike(OpBuilder &b, Location loc, in getValueOrCreateCastToIndexLike() function in mlir
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp1013 auto bound = getValueOrCreateCastToIndexLike(rewriter, loc, idxType, in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransforms.cpp2504 Value o = getValueOrCreateCastToIndexLike(rewriter, loc, idxType, *off); in buildVectorComparison()
2509 Value bound = getValueOrCreateCastToIndexLike(rewriter, loc, idxType, b); in buildVectorComparison()