Lines Matching refs:IRArgs
1291 struct IRArgs { struct in __anon9dc3f3ef0411::ClangToLLVMArgMapping
1298 IRArgs() in IRArgs() function
1303 SmallVector<IRArgs, 8> ArgInfo;
1369 auto &IRArgs = ArgInfo[ArgNo]; in construct() local
1372 IRArgs.PaddingArgIndex = IRArgNo++; in construct()
1380 IRArgs.NumberOfArgs = STy->getNumElements(); in construct()
1382 IRArgs.NumberOfArgs = 1; in construct()
1387 IRArgs.NumberOfArgs = 1; in construct()
1392 IRArgs.NumberOfArgs = 0; in construct()
1395 IRArgs.NumberOfArgs = AI.getCoerceAndExpandTypeSequence().size(); in construct()
1398 IRArgs.NumberOfArgs = getExpansionSize(ArgType, Context); in construct()
1402 if (IRArgs.NumberOfArgs > 0) { in construct()
1403 IRArgs.FirstArgIndex = IRArgNo; in construct()
1404 IRArgNo += IRArgs.NumberOfArgs; in construct()