Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2067 bool LoExists = N->hasAnyUseOfValue(0); in SimplifyNodeWithTwoResults() local
2068 if (!LoExists && in SimplifyNodeWithTwoResults()
2077 if (LoExists && HiExists) in SimplifyNodeWithTwoResults()
2081 if (LoExists) { in SimplifyNodeWithTwoResults()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2559 bool LoExists = N->hasAnyUseOfValue(0); in SimplifyNodeWithTwoResults() local
2560 if (!LoExists && in SimplifyNodeWithTwoResults()
2568 if (LoExists && HiExists) in SimplifyNodeWithTwoResults()
2572 if (LoExists) { in SimplifyNodeWithTwoResults()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3506 bool LoExists = N->hasAnyUseOfValue(0); in SimplifyNodeWithTwoResults() local
3507 if (!LoExists && in SimplifyNodeWithTwoResults()
3515 if (LoExists && HiExists) in SimplifyNodeWithTwoResults()
3519 if (LoExists) { in SimplifyNodeWithTwoResults()