Lines Matching defs:ExtLoad
25932 SDValue ExtLoad = DAG.getNode(NewOpc, SDLoc(N), VTs, Ops);
25933 DCI.CombineTo(N, ExtLoad);
25934 DCI.CombineTo(Src.getNode(), ExtLoad, ExtLoad.getValue(1));
26077 SDValue ExtLoad = DAG.getExtLoad(ISD::EXTLOAD, SDLoc(N), VT,
26080 DCI.CombineTo(N, ExtLoad);
26083 DAG.getNode(ISD::FP_ROUND, SDLoc(N0), N0.getValueType(), ExtLoad,
26085 ExtLoad.getValue(1));