Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Analysis/
DNestedMatcher.cpp104 static bool isAffineForOp(Operation &op) { return isa<AffineForOp>(op); } in isAffineForOp() function
133 return NestedPattern(child, isAffineForOp); in For()
137 child, [=](Operation &op) { return isAffineForOp(op) && filter(op); }); in For()
140 return NestedPattern(nested, isAffineForOp); in For()
144 nested, [=](Operation &op) { return isAffineForOp(op) && filter(op); }); in For()