reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5818 SDValue VExtend = DAG.getNode(SystemZISD::VEXTEND, SDLoc(N), 5822 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SDLoc(U), MVT::f64, 5823 VExtend, DAG.getConstant(1, SDLoc(U), MVT::i32)); 5825 DAG.ReplaceAllUsesOfValueWith(OtherExtend, Extract1); 5827 DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SDLoc(Op0), MVT::f64, 5828 VExtend, DAG.getConstant(0, SDLoc(Op0), MVT::i32));