Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1026 uint32_t ArgAttributeIndices = in create() local
1028 auto ContextArgIndex = ArgAttributeIndices & 0xff; in create()
1033 auto SwiftSelfIndex = ArgAttributeIndices >> 8; in create()