Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8476 SDValue OtherExtend = SDValue(*U->user_begin(), 0); in combineFP_EXTEND() local
8477 if (OtherExtend.getOpcode() == N->getOpcode() && in combineFP_EXTEND()
8478 OtherExtend.getOperand(OpNo) == SDValue(U, 0) && in combineFP_EXTEND()
8479 OtherExtend.getValueType() == MVT::f64) { in combineFP_EXTEND()
8482 Chain = MergeInputChains(N, OtherExtend.getNode()); in combineFP_EXTEND()
8496 DAG.ReplaceAllUsesOfValueWith(OtherExtend, Extract1); in combineFP_EXTEND()
8498 DAG.ReplaceAllUsesOfValueWith(OtherExtend.getValue(1), Chain); in combineFP_EXTEND()