Home
last modified time | relevance | path

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

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