Searched refs:NumIRArgs (Results 1 – 1 of 1) sorted by relevance
1690 unsigned FirstIRArg, NumIRArgs; in GetFunctionType() local1691 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()1696 assert(NumIRArgs == 0); in GetFunctionType()1700 assert(NumIRArgs == 1); in GetFunctionType()1708 assert(NumIRArgs == 1); in GetFunctionType()1720 assert(NumIRArgs == st->getNumElements()); in GetFunctionType()1724 assert(NumIRArgs == 1); in GetFunctionType()1735 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()1742 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()2648 unsigned FirstIRArg, NumIRArgs; in ConstructAttributeList() local[all …]