Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp3000 auto is_not_def_by_constant = [](Value operand) { in matchAndRewrite() local
3003 if (llvm::any_of(createMaskOp.operands(), is_not_def_by_constant)) in matchAndRewrite()