Home
last modified time | relevance | path

Searched defs:isSlice (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/include/flang/Lower/
H A DComponentPath.h49 bool isSlice() const { return !trips.empty() || hasComponents(); } in isSlice() function
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp461 bool SparseTensorEncodingAttr::isSlice() const { in isSlice() function in SparseTensorEncodingAttr
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp1509 static bool isSlice(const Fortran::evaluate::ArrayRef &aref) { isSlice() function in __anonb82c9c080d11::ScalarExprLowering