Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp2066 Optional<int64_t> lookupLhs = getResultIndex(iMap[0], iterIndex); in lowerReduction() local
2068 assert(lookupLhs.hasValue() && "missing LHS parallel index"); in lowerReduction()
2070 int64_t lhsIndex = lookupLhs.getValue(); in lowerReduction()