Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4914 Constant *SingleValue = nullptr; member in __anone609cfb01111::SwitchLookupTable
4938 SingleValue = Values.begin()->second; in SwitchLookupTable()
4952 if (CaseRes != SingleValue) in SwitchLookupTable()
4953 SingleValue = nullptr; in SwitchLookupTable()
4966 if (DefaultValue != SingleValue) in SwitchLookupTable()
4967 SingleValue = nullptr; in SwitchLookupTable()
4972 if (SingleValue) { in SwitchLookupTable()
5050 return SingleValue; in BuildLookup()