Home
last modified time | relevance | path

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

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