Home
last modified time | relevance | path

Searched refs:FirstIRArg (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGCall.cpp1536 unsigned FirstIRArg, NumIRArgs; in GetFunctionType() local
1537 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()
1549 ArgTypes[FirstIRArg] = LTy->getPointerTo(); in GetFunctionType()
1562 ArgTypes[FirstIRArg + i] = st->getElementType(i); in GetFunctionType()
1565 ArgTypes[FirstIRArg] = argType; in GetFunctionType()
1571 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType()
1575 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()
1580 auto ArgTypesIter = ArgTypes.begin() + FirstIRArg; in GetFunctionType()
1582 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()
1996 unsigned FirstIRArg, NumIRArgs; in ConstructAttributeList() local
[all …]