Searched refs:NumIRArgs (Results 1 – 1 of 1) sorted by relevance
1767 unsigned FirstIRArg, NumIRArgs; in GetFunctionType() local1768 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()1773 assert(NumIRArgs == 0); in GetFunctionType()1777 assert(NumIRArgs == 1); in GetFunctionType()1783 assert(NumIRArgs == 1); in GetFunctionType()1794 assert(NumIRArgs == st->getNumElements()); in GetFunctionType()1798 assert(NumIRArgs == 1); in GetFunctionType()1809 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()1816 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()2985 unsigned FirstIRArg, NumIRArgs; in ConstructAttributeList() local[all …]