Lines Matching defs:tRhs
492 Value tRhs = t(rhs);
494 return outerProd(tLhs, tRhs, res, lhsType, *reductionSize, tMask);
507 Value tRhs = t(rhs);
509 return outerProd(lhs, tRhs, res, lhsType, *reductionSize, tMask);
524 Value tRhs = t(rhs);
527 return outerProd(tRhs, tLhs, res, lhsType, *reductionSize, tMask);
538 Value tRhs = t(rhs);
540 return outerProd(tRhs, lhs, res, lhsType, *reductionSize, tMask);
575 Value tRhs = t(rhs);
577 return outerProd(tRhs, lhs, res, lhsType, *reductionSize, tMask);