Lines Matching defs:rhsTy
556 auto rhsTy = llvm::dyn_cast<RankedTensorType>(getInput2().getType());
558 if (!lhsTy || !rhsTy || !resultTy)
563 !rhsTy.getElementType().isIntOrIndexOrFloat())
574 if (rhsTy == resultTy && isSplatZero(resultETy, lhsAttr))
599 auto rhsTy = llvm::dyn_cast<RankedTensorType>(getInput2().getType());
601 if (!lhsTy || !rhsTy || !resultTy)
603 if (lhsTy != rhsTy)
673 auto rhsTy = llvm::dyn_cast<RankedTensorType>(rhs.getType());
675 if (!lhsTy || !rhsTy || !resultTy)
697 if (rhsTy == resultTy) {
715 auto rhsTy = llvm::dyn_cast<RankedTensorType>(getInput2().getType());
717 if (!lhsTy || !rhsTy || !resultTy)
722 !rhsTy.getElementType().isIntOrIndexOrFloat())