Home
last modified time | relevance | path

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

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