Searched refs:lhsMaskType (Results 1 – 1 of 1) sorted by relevance
427 auto lhsMaskType = op.getLHSVectorMaskType(); in verify() local429 if ((lhsMaskType && !rhsMaskType) || (!lhsMaskType && rhsMaskType)) in verify()431 if (lhsMaskType && rhsMaskType) { in verify()433 if (lhsMaskType.getShape().size() != lhsType.getShape().size() || in verify()