Searched refs:NumIRArgs (Results 1 – 1 of 1) sorted by relevance
1651 unsigned FirstIRArg, NumIRArgs; in GetFunctionType() local1652 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()1657 assert(NumIRArgs == 0); in GetFunctionType()1661 assert(NumIRArgs == 1); in GetFunctionType()1669 assert(NumIRArgs == 1); in GetFunctionType()1681 assert(NumIRArgs == st->getNumElements()); in GetFunctionType()1685 assert(NumIRArgs == 1); in GetFunctionType()1696 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()1703 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()2514 unsigned FirstIRArg, NumIRArgs; in ConstructAttributeList() local[all …]