Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorTransforms.cpp1961 int64_t rhsIndex = batchDimMap[0].second; in matchAndRewrite() local
1988 for (int64_t rhsIndex = 0, e = rhsType.getRank(); rhsIndex < e; ++rhsIndex) { in matchAndRewrite() local
2008 int64_t lhsIndex, int64_t rhsIndex, in lowerParallel()
2071 int64_t rhsIndex = lookupRhs.getValue(); in lowerReduction() local
/external/llvm-project/flang/lib/Lower/
DCharacterExpr.cpp289 auto rhsIndex = bldr.create<mlir::SubIOp>(loc, index, lhsLen); in createConcatenate() local