Searched defs:isSlice (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/include/flang/Lower/ | ||
H A D | ComponentPath.h | 49 bool isSlice() const { return !trips.empty() || hasComponents(); } in isSlice() function |
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/ | ||
H A D | SparseTensorDialect.cpp | 461 bool SparseTensorEncodingAttr::isSlice() const { in isSlice() function in SparseTensorEncodingAttr |
/llvm-project/flang/lib/Lower/ | ||
H A D | ConvertExpr.cpp | 1509 static bool isSlice(const Fortran::evaluate::ArrayRef &aref) { isSlice() function in __anonb82c9c080d11::ScalarExprLowering |