Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMatchers.h186 matchOperandOrValueAtIndex(Operation *op, unsigned idx, MatcherClass &matcher) { in matchOperandOrValueAtIndex() function
196 matchOperandOrValueAtIndex(Operation *op, unsigned idx, MatcherClass &matcher) { in matchOperandOrValueAtIndex() function
249 res &= matchOperandOrValueAtIndex(op, index, matcher); in match()