Lines Matching refs:IRArgs
1120 struct IRArgs { struct in __anon8a19f7270411::ClangToLLVMArgMapping
1127 IRArgs() in IRArgs() function
1132 SmallVector<IRArgs, 8> ArgInfo;
1198 auto &IRArgs = ArgInfo[ArgNo]; in construct() local
1201 IRArgs.PaddingArgIndex = IRArgNo++; in construct()
1209 IRArgs.NumberOfArgs = STy->getNumElements(); in construct()
1211 IRArgs.NumberOfArgs = 1; in construct()
1216 IRArgs.NumberOfArgs = 1; in construct()
1221 IRArgs.NumberOfArgs = 0; in construct()
1224 IRArgs.NumberOfArgs = getExpansionSize(ArgType, Context); in construct()
1229 if (IRArgs.NumberOfArgs > 0) { in construct()
1230 IRArgs.FirstArgIndex = IRArgNo; in construct()
1231 IRArgNo += IRArgs.NumberOfArgs; in construct()