Searched refs:NarrowLoad (Results 1 – 1 of 1) sorted by relevance
10513 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRA() local10514 return NarrowLoad; in visitSRA()10726 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRL() local10727 return NarrowLoad; in visitSRL()13607 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitSIGN_EXTEND() local13609 if (NarrowLoad.getNode() != N0.getNode()) { in visitSIGN_EXTEND()13610 CombineTo(N0.getNode(), NarrowLoad); in visitSIGN_EXTEND()13895 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitZERO_EXTEND() local13897 if (NarrowLoad.getNode() != N0.getNode()) { in visitZERO_EXTEND()13898 CombineTo(N0.getNode(), NarrowLoad); in visitZERO_EXTEND()[all …]