Searched refs:lookupLhs (Results 1 – 1 of 1) sorted by relevance
2066 Optional<int64_t> lookupLhs = getResultIndex(iMap[0], iterIndex); in lowerReduction() local2068 assert(lookupLhs.hasValue() && "missing LHS parallel index"); in lowerReduction()2070 int64_t lhsIndex = lookupLhs.getValue(); in lowerReduction()