Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp428 auto rhsMaskType = op.getRHSVectorMaskType(); in verify() local
429 if ((lhsMaskType && !rhsMaskType) || (!lhsMaskType && rhsMaskType)) in verify()
431 if (lhsMaskType && rhsMaskType) { in verify()
434 rhsMaskType.getShape().size() != rhsType.getShape().size()) in verify()