Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4177 Constant *CaseRes = Values[I].second; in SwitchLookupTable() local
4178 assert(CaseRes->getType() == ValueType); in SwitchLookupTable()
4182 TableContents[Idx] = CaseRes; in SwitchLookupTable()
4184 if (CaseRes != SingleValue) in SwitchLookupTable()