Searched refs:ArgTypesIter (Results 1 – 2 of 2) sorted by relevance
1571 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType() local1573 *ArgTypesIter++ = EltTy; in GetFunctionType()1575 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()1580 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType() local1581 getExpandedTypes(it->type, ArgTypesIter); in GetFunctionType()1582 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()
1675 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType() local1677 *ArgTypesIter++ = EltTy; in GetFunctionType()1679 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()1684 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType() local1685 getExpandedTypes(it->type, ArgTypesIter); in GetFunctionType()1686 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()