Searched refs:lhsDimIndex (Results 1 – 1 of 1) sorted by relevance
483 int64_t lhsDimIndex = getResultIndex(indexingMaps[0], targetExpr); in getIterationBounds() local484 assert(lhsDimIndex >= 0); in getIterationBounds()485 iterationBounds.push_back(lhsShape[lhsDimIndex]); in getIterationBounds()