Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp6721 SDValue OtherExtend = SDValue(*U->use_begin(), 0); in combineFP_EXTEND() local
6722 if (OtherExtend.getOpcode() == N->getOpcode() && in combineFP_EXTEND()
6723 OtherExtend.getOperand(OpNo) == SDValue(U, 0) && in combineFP_EXTEND()
6724 OtherExtend.getValueType() == MVT::f64) { in combineFP_EXTEND()
6727 Chain = MergeInputChains(N, OtherExtend.getNode()); in combineFP_EXTEND()
6741 DAG.ReplaceAllUsesOfValueWith(OtherExtend, Extract1); in combineFP_EXTEND()
6743 DAG.ReplaceAllUsesOfValueWith(OtherExtend.getValue(1), Chain); in combineFP_EXTEND()