Home
last modified time | relevance | path

Searched refs:lhsMaskType (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp427 auto lhsMaskType = op.getLHSVectorMaskType(); in verify() local
429 if ((lhsMaskType && !rhsMaskType) || (!lhsMaskType && rhsMaskType)) in verify()
431 if (lhsMaskType && rhsMaskType) { in verify()
433 if (lhsMaskType.getShape().size() != lhsType.getShape().size() || in verify()