Searched refs:NumIRArgs (Results 1 – 1 of 1) sorted by relevance
1536 unsigned FirstIRArg, NumIRArgs; in GetFunctionType() local1537 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()1542 assert(NumIRArgs == 0); in GetFunctionType()1546 assert(NumIRArgs == 1); in GetFunctionType()1560 assert(NumIRArgs == st->getNumElements()); in GetFunctionType()1564 assert(NumIRArgs == 1); in GetFunctionType()1575 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()1582 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()1996 unsigned FirstIRArg, NumIRArgs; in ConstructAttributeList() local1997 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in ConstructAttributeList()[all …]