Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp957 uint32_t ArgAttributeIndices = in create() local
959 auto ContextArgIndex = ArgAttributeIndices & 0xff; in create()
964 auto SwiftSelfIndex = ArgAttributeIndices >> 8; in create()