Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5348 SDValue HiOpt = combine(Hi.getNode()); in SimplifyNodeWithTwoResults() local
5349 if (HiOpt.getNode() && HiOpt != Hi && in SimplifyNodeWithTwoResults()
5351 TLI.isOperationLegalOrCustom(HiOpt.getOpcode(), HiOpt.getValueType()))) in SimplifyNodeWithTwoResults()
5352 return CombineTo(N, HiOpt, HiOpt); in SimplifyNodeWithTwoResults()