Home
last modified time | relevance | path

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

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