Home
last modified time | relevance | path

Searched refs:NumIRArgs (Results 1 – 2 of 2) 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()
1542 assert(NumIRArgs == 0); in GetFunctionType()
1546 assert(NumIRArgs == 1); in GetFunctionType()
1560 assert(NumIRArgs == st->getNumElements()); in GetFunctionType()
1564 assert(NumIRArgs == 1); in GetFunctionType()
1575 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()
1582 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()
1996 unsigned FirstIRArg, NumIRArgs; in ConstructAttributeList() local
1997 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in ConstructAttributeList()
[all …]
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp1634 unsigned FirstIRArg, NumIRArgs; in GetFunctionType() local
1635 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()
1640 assert(NumIRArgs == 0); in GetFunctionType()
1644 assert(NumIRArgs == 1); in GetFunctionType()
1652 assert(NumIRArgs == 1); in GetFunctionType()
1664 assert(NumIRArgs == st->getNumElements()); in GetFunctionType()
1668 assert(NumIRArgs == 1); in GetFunctionType()
1679 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()
1686 assert(ArgTypesIter == ArgTypes.begin() + FirstIRArg + NumIRArgs); in GetFunctionType()
2337 unsigned FirstIRArg, NumIRArgs; in ConstructAttributeList() local
[all …]