Searched refs:NumIRArgs (Results 1 – 1 of 1) sorted by relevance
1673 unsigned FirstIRArg, NumIRArgs; in GetFunctionType() local1674 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()1679 assert(NumIRArgs == 0); in GetFunctionType()1683 assert(NumIRArgs == 1); in GetFunctionType()1689 assert(NumIRArgs == 1); in GetFunctionType()1700 assert(NumIRArgs == st->getNumElements()); in GetFunctionType()1704 assert(NumIRArgs == 1); in GetFunctionType()1715 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()1722 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()2845 unsigned FirstIRArg, NumIRArgs; in ConstructAttributeList() local[all …]