Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4144 Constant *SingleValue; member in __anonfb6897ed0711::SwitchLookupTable
4163 : SingleValue(nullptr), BitMap(nullptr), BitMapElementTy(nullptr), in SwitchLookupTable()
4169 SingleValue = Values.begin()->second; in SwitchLookupTable()
4184 if (CaseRes != SingleValue) in SwitchLookupTable()
4185 SingleValue = nullptr; in SwitchLookupTable()
4198 if (DefaultValue != SingleValue) in SwitchLookupTable()
4199 SingleValue = nullptr; in SwitchLookupTable()
4204 if (SingleValue) { in SwitchLookupTable()
4280 return SingleValue; in BuildLookup()