We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797999a commit 8f116a0Copy full SHA for 8f116a0
1 file changed
clang/lib/CIR/Dialect/Transforms/ABI/CIRToCIRArgMapping.h
@@ -36,6 +36,8 @@ class CIRToCIRArgMapping {
36
construct(context, FI, onlyRequiredArgs);
37
};
38
39
+ unsigned totalIRArgs() const { return TotalIRArgs; }
40
+
41
void construct(const CIRContext &context, const LoweringFunctionInfo &FI,
42
bool onlyRequiredArgs = false) {
43
unsigned IRArgNo = 0;
0 commit comments