Searched refs:NumIRArgs (Results 1 – 2 of 2) 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 …]
1634 unsigned FirstIRArg, NumIRArgs; in GetFunctionType() local1635 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()1640 assert(NumIRArgs == 0); in GetFunctionType()1644 assert(NumIRArgs == 1); in GetFunctionType()1652 assert(NumIRArgs == 1); in GetFunctionType()1664 assert(NumIRArgs == st->getNumElements()); in GetFunctionType()1668 assert(NumIRArgs == 1); in GetFunctionType()1679 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()1686 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()2337 unsigned FirstIRArg, NumIRArgs; in ConstructAttributeList() local[all …]