Searched refs:isAffineForOp (Results 1 – 1 of 1) sorted by relevance
104 static bool isAffineForOp(Operation &op) { return isa<AffineForOp>(op); } in isAffineForOp() function133 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()