Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2592 SDValue HiOpt = combine(Hi.getNode()); in SimplifyNodeWithTwoResults() local
2593 if (HiOpt.getNode() && HiOpt != Hi && in SimplifyNodeWithTwoResults()
2595 TLI.isOperationLegal(HiOpt.getOpcode(), HiOpt.getValueType()))) in SimplifyNodeWithTwoResults()
2596 return CombineTo(N, HiOpt, HiOpt); in SimplifyNodeWithTwoResults()