Searched refs:findArg (Results 1 – 1 of 1) sorted by relevance
2025 static auto findArg(RangeT &&range, StringRef name) { in findArg() function2476 if (const NamedTypeConstraint *arg = findArg(op.getOperands(), name)) in findSeenArg()2478 if (const NamedTypeConstraint *arg = findArg(op.getResults(), name)) in findSeenArg()2480 if (const NamedAttribute *attr = findArg(op.getAttributes(), name)) in findSeenArg()2514 if (const NamedAttribute *attr = findArg(op.getAttributes(), name)) { in parseVariable()2521 if (const NamedTypeConstraint *operand = findArg(op.getOperands(), name)) { in parseVariable()2530 if (const NamedRegion *region = findArg(op.getRegions(), name)) { in parseVariable()2539 if (const auto *result = findArg(op.getResults(), name)) { in parseVariable()2546 if (const auto *successor = findArg(op.getSuccessors(), name)) { in parseVariable()