Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp955 uint32_t ArgAttributeIndices = in create() local
957 auto ContextArgIndex = ArgAttributeIndices & 0xff; in create()
962 auto SwiftSelfIndex = ArgAttributeIndices >> 8; in create()