Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp4786 auto isNotDefByConstant = [](Value operand) { in matchAndRewrite() local
4789 if (llvm::any_of(createMaskOp.operands(), isNotDefByConstant)) in matchAndRewrite()