Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Interfaces/
H A DValueBoundsOpInterface.cpp384 auto maybeDim = dim == kIndexValue ? std::nullopt : std::make_optional(dim); in processWorklist() local
482 auto maybeDim = in computeBound() local