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

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2162 bool LoExists = N->hasAnyUseOfValue(0); local
2163 if (!LoExists &&
2172 if (LoExists && HiExists)
2176 if (LoExists) {

Completed in 188 milliseconds