Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp966 uint32_t ArgAttributeIndices = in create() local
968 auto ContextArgIndex = ArgAttributeIndices & 0xff; in create()
973 auto SwiftSelfIndex = ArgAttributeIndices >> 8; in create()