Searched refs:NarrowLoad (Results 1 – 1 of 1) sorted by relevance
10959 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRA() local10960 return NarrowLoad; in visitSRA()11191 if (SDValue NarrowLoad = reduceLoadWidth(N)) in visitSRL() local11192 return NarrowLoad; in visitSRL()14473 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitSIGN_EXTEND() local14475 if (NarrowLoad.getNode() != N0.getNode()) { in visitSIGN_EXTEND()14476 CombineTo(N0.getNode(), NarrowLoad); in visitSIGN_EXTEND()14762 if (SDValue NarrowLoad = reduceLoadWidth(N0.getNode())) { in visitZERO_EXTEND() local14764 if (NarrowLoad.getNode() != N0.getNode()) { in visitZERO_EXTEND()14765 CombineTo(N0.getNode(), NarrowLoad); in visitZERO_EXTEND()[all …]