Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SparseTensor/IR/Detail/
H A DDimLvlMap.h24 constexpr VarKind getVarKindAllowedInExpr(ExprKind ek) { in getVarKindAllowedInExpr()
38 constexpr DimLvlExpr(ExprKind ek, AffineExpr expr) : kind(ek), expr(expr) {} in DimLvlExpr()