Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1317 std::optional<FieldIDType> SwitchIndexFieldId; in buildFrameType() local
1339 SwitchIndexFieldId = B.addField(IndexType, std::nullopt); in buildFrameType()
1377 auto IndexField = B.getLayoutField(*SwitchIndexFieldId); in buildFrameType()