Searched refs:LoOpt (Results 1 – 3 of 3) sorted by relevance
2085 SDValue LoOpt = combine(Lo.getNode()); in SimplifyNodeWithTwoResults() local2086 if (LoOpt.getNode() && LoOpt.getNode() != Lo.getNode() && in SimplifyNodeWithTwoResults()2088 TLI.isOperationLegal(LoOpt.getOpcode(), LoOpt.getValueType()))) in SimplifyNodeWithTwoResults()2089 return CombineTo(N, LoOpt, LoOpt); in SimplifyNodeWithTwoResults()
2575 SDValue LoOpt = combine(Lo.getNode()); in SimplifyNodeWithTwoResults() local2576 if (LoOpt.getNode() && LoOpt.getNode() != Lo.getNode() && in SimplifyNodeWithTwoResults()2578 TLI.isOperationLegal(LoOpt.getOpcode(), LoOpt.getValueType()))) in SimplifyNodeWithTwoResults()2579 return CombineTo(N, LoOpt, LoOpt); in SimplifyNodeWithTwoResults()
3522 SDValue LoOpt = combine(Lo.getNode()); in SimplifyNodeWithTwoResults() local3523 if (LoOpt.getNode() && LoOpt.getNode() != Lo.getNode() && in SimplifyNodeWithTwoResults()3525 TLI.isOperationLegal(LoOpt.getOpcode(), LoOpt.getValueType()))) in SimplifyNodeWithTwoResults()3526 return CombineTo(N, LoOpt, LoOpt); in SimplifyNodeWithTwoResults()