Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp6022 SDValue OtherExtend = SDValue(*U->use_begin(), 0); in combineFP_EXTEND() local
6023 if (OtherExtend.getOpcode() == N->getOpcode() && in combineFP_EXTEND()
6024 OtherExtend.getOperand(OpNo) == SDValue(U, 0) && in combineFP_EXTEND()
6025 OtherExtend.getValueType() == MVT::f64) { in combineFP_EXTEND()
6028 Chain = MergeInputChains(N, OtherExtend.getNode()); in combineFP_EXTEND()
6042 DAG.ReplaceAllUsesOfValueWith(OtherExtend, Extract1); in combineFP_EXTEND()
6044 DAG.ReplaceAllUsesOfValueWith(OtherExtend.getValue(1), Chain); in combineFP_EXTEND()