Lines Matching refs:NumberOfArgs
1296 unsigned NumberOfArgs; member
1300 NumberOfArgs(0) {} in IRArgs()
1341 ArgInfo[ArgNo].NumberOfArgs); in getIRArgs()
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()
1404 IRArgNo += IRArgs.NumberOfArgs; in construct()