Searched refs:FirstIRArg (Results 1 – 1 of 1) sorted by relevance
1690 unsigned FirstIRArg, NumIRArgs; in GetFunctionType() local1691 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()1703 ArgTypes[FirstIRArg] = LTy->getPointerTo( in GetFunctionType()1710 ArgTypes[FirstIRArg] = LTy->getPointerTo(ArgInfo.getIndirectAddrSpace()); in GetFunctionType()1722 ArgTypes[FirstIRArg + i] = st->getElementType(i); in GetFunctionType()1725 ArgTypes[FirstIRArg] = argType; in GetFunctionType()1731 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType()1735 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()1740 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType()1742 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()[all …]