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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2306 bool LoExists = N->hasAnyUseOfValue(0); local
2307 if (!LoExists &&
2316 if (LoExists && HiExists)
2320 if (LoExists) {

Completed in 57 milliseconds