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

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

Completed in 99 milliseconds