Searched refs:lhsMaskType (Results 1 – 1 of 1) sorted by relevance
780 auto lhsMaskType = getLHSVectorMaskType(); in verify() local782 if ((lhsMaskType && !rhsMaskType) || (!lhsMaskType && rhsMaskType)) in verify()784 if (lhsMaskType && rhsMaskType) { in verify()786 if (lhsMaskType.getShape().size() != lhsType.getShape().size() || in verify()