Searched refs:NarrowLoad (Results 1 – 1 of 1) sorted by relevance
9728 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRA() local9729 return NarrowLoad; in visitSRA()9949 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRL() local9950 return NarrowLoad; in visitSRL()12467 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitSIGN_EXTEND() local12469 if (NarrowLoad.getNode() != N0.getNode()) { in visitSIGN_EXTEND()12470 CombineTo(N0.getNode(), NarrowLoad); in visitSIGN_EXTEND()12766 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitZERO_EXTEND() local12768 if (NarrowLoad.getNode() != N0.getNode()) { in visitZERO_EXTEND()12769 CombineTo(N0.getNode(), NarrowLoad); in visitZERO_EXTEND()[all …]