Searched defs:SingleValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4144 Constant *SingleValue; member in class:__anon12589::SwitchLookupTable
4163 : SingleValue(nullptr), BitMap(nullptr), BitMapElementTy(nullptr),
4169 SingleValue = Values.begin()->second;
4184 if (CaseRes != SingleValue)
4185 SingleValue = nullptr;
4198 if (DefaultValue != SingleValue)
4199 SingleValue = nullptr;
4204 if (SingleValue) {
4215 assert(TableSize >= 2 && "Should be a SingleValue table.");
4280 return SingleValue;
[all...]

Completed in 52 milliseconds