Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4866 SDValue HiOpt = combine(Hi.getNode()); in SimplifyNodeWithTwoResults() local
4867 if (HiOpt.getNode() && HiOpt != Hi && in SimplifyNodeWithTwoResults()
4869 TLI.isOperationLegalOrCustom(HiOpt.getOpcode(), HiOpt.getValueType()))) in SimplifyNodeWithTwoResults()
4870 return CombineTo(N, HiOpt, HiOpt); in SimplifyNodeWithTwoResults()