Searched refs:NumIRArgs (Results 1 – 1 of 1) sorted by relevance
1662 unsigned FirstIRArg, NumIRArgs; in GetFunctionType() local1663 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()1668 assert(NumIRArgs == 0); in GetFunctionType()1672 assert(NumIRArgs == 1); in GetFunctionType()1680 assert(NumIRArgs == 1); in GetFunctionType()1692 assert(NumIRArgs == st->getNumElements()); in GetFunctionType()1696 assert(NumIRArgs == 1); in GetFunctionType()1707 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()1714 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()2530 unsigned FirstIRArg, NumIRArgs; in ConstructAttributeList() local[all …]