Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4946 Constant *CaseRes = Values[I].second; in SwitchLookupTable() local
4947 assert(CaseRes->getType() == ValueType); in SwitchLookupTable()
4950 TableContents[Idx] = CaseRes; in SwitchLookupTable()
4952 if (CaseRes != SingleValue) in SwitchLookupTable()