Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6269 Constant *CaseRes = Values[I].second; in SwitchLookupTable() local
6270 assert(CaseRes->getType() == ValueType); in SwitchLookupTable()
6273 TableContents[Idx] = CaseRes; in SwitchLookupTable()
6275 if (CaseRes != SingleValue) in SwitchLookupTable()