Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMatchers.h53 static bool isConstantLike(Operation *op) { in isConstantLike() function
60 bool match(Operation *op) { return isConstantLike(op); } in match()
76 if (!isConstantLike(op)) in match()