Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp2433 auto isDefByConstant = [](Value operand) { in verify() local
2436 if (llvm::all_of(getInputShape(), isDefByConstant) && in verify()
2437 llvm::all_of(getOutputShape(), isDefByConstant)) { in verify()