Lines Matching defs:ExtLoad
24843 SDValue ExtLoad = DAG.getNode(NewOpc, SDLoc(N), VTs, Ops);
24844 DCI.CombineTo(N, ExtLoad);
24845 DCI.CombineTo(Src.getNode(), ExtLoad, ExtLoad.getValue(1));
24988 SDValue ExtLoad = DAG.getExtLoad(ISD::EXTLOAD, SDLoc(N), VT,
24991 DCI.CombineTo(N, ExtLoad);
24994 DAG.getNode(ISD::FP_ROUND, SDLoc(N0), N0.getValueType(), ExtLoad,
24996 ExtLoad.getValue(1));