Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/histogram/
Dhistogram_test.cc54 TEST(Histogram, SingleValue) { in TEST() argument
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4481 Constant *SingleValue; member in __anonfb6897ed0811::SwitchLookupTable
4500 : SingleValue(nullptr), BitMap(nullptr), BitMapElementTy(nullptr), in SwitchLookupTable()
4506 SingleValue = Values.begin()->second; in SwitchLookupTable()
4520 if (CaseRes != SingleValue) in SwitchLookupTable()
4521 SingleValue = nullptr; in SwitchLookupTable()
4534 if (DefaultValue != SingleValue) in SwitchLookupTable()
4535 SingleValue = nullptr; in SwitchLookupTable()
4540 if (SingleValue) { in SwitchLookupTable()
4615 return SingleValue; in BuildLookup()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp4907 Constant *SingleValue = nullptr; member in __anon7398f2251111::SwitchLookupTable
4931 SingleValue = Values.begin()->second; in SwitchLookupTable()
4945 if (CaseRes != SingleValue) in SwitchLookupTable()
4946 SingleValue = nullptr; in SwitchLookupTable()
4959 if (DefaultValue != SingleValue) in SwitchLookupTable()
4960 SingleValue = nullptr; in SwitchLookupTable()
4965 if (SingleValue) { in SwitchLookupTable()
5040 return SingleValue; in BuildLookup()