Lines Matching defs:lhsTy
555 auto lhsTy = llvm::dyn_cast<RankedTensorType>(getInput1().getType());
558 if (!lhsTy || !rhsTy || !resultTy)
562 if (!lhsTy.getElementType().isIntOrIndexOrFloat() ||
572 if (lhsTy == resultTy && isSplatZero(resultETy, rhsAttr))
598 auto lhsTy = llvm::dyn_cast<RankedTensorType>(getInput1().getType());
601 if (!lhsTy || !rhsTy || !resultTy)
603 if (lhsTy != rhsTy)
672 auto lhsTy = llvm::dyn_cast<RankedTensorType>(lhs.getType());
675 if (!lhsTy || !rhsTy || !resultTy)
703 if (lhsTy == resultTy) {
714 auto lhsTy = llvm::dyn_cast<RankedTensorType>(getInput1().getType());
717 if (!lhsTy || !rhsTy || !resultTy)
721 if (!lhsTy.getElementType().isIntOrIndexOrFloat() ||
731 if (lhsTy == resultTy && isSplatZero(resultETy, rhsAttr))
806 auto lhsTy = llvm::cast<ShapedType>(lhs.getType());
810 if (llvm::isa<IntegerType>(lhsTy.getElementType()) && resultTy &&