Lines Matching refs:NumberOfArgs
1391 unsigned NumberOfArgs; member
1395 NumberOfArgs(0) {} in IRArgs()
1436 ArgInfo[ArgNo].NumberOfArgs); in getIRArgs()
1475 IRArgs.NumberOfArgs = STy->getNumElements(); in construct()
1477 IRArgs.NumberOfArgs = 1; in construct()
1483 IRArgs.NumberOfArgs = 1; in construct()
1488 IRArgs.NumberOfArgs = 0; in construct()
1491 IRArgs.NumberOfArgs = AI.getCoerceAndExpandTypeSequence().size(); in construct()
1494 IRArgs.NumberOfArgs = getExpansionSize(ArgType, Context); in construct()
1498 if (IRArgs.NumberOfArgs > 0) { in construct()
1500 IRArgNo += IRArgs.NumberOfArgs; in construct()