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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2057 bool HiExists = N->hasAnyUseOfValue(1); local
2058 if (!HiExists &&
2077 if (LoExists && HiExists)
2092 if (HiExists) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2550 bool HiExists = N->hasAnyUseOfValue(1); local
2551 if (!HiExists &&
2568 if (LoExists && HiExists)
2582 if (HiExists) {

Completed in 170 milliseconds