Home
last modified time | relevance | path

Searched refs:CaseRes (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4939 Constant *CaseRes = Values[I].second; in SwitchLookupTable() local
4940 assert(CaseRes->getType() == ValueType); in SwitchLookupTable()
4943 TableContents[Idx] = CaseRes; in SwitchLookupTable()
4945 if (CaseRes != SingleValue) in SwitchLookupTable()