Searched refs:FirstIRArg (Results 1 – 1 of 1) sorted by relevance
1651 unsigned FirstIRArg, NumIRArgs; in GetFunctionType() local1652 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()1664 ArgTypes[FirstIRArg] = LTy->getPointerTo( in GetFunctionType()1671 ArgTypes[FirstIRArg] = LTy->getPointerTo(ArgInfo.getIndirectAddrSpace()); in GetFunctionType()1683 ArgTypes[FirstIRArg + i] = st->getElementType(i); in GetFunctionType()1686 ArgTypes[FirstIRArg] = argType; in GetFunctionType()1692 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType()1696 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()1701 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType()1703 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()[all …]