Searched refs:MaskedLoad (Results 1 – 1 of 1) sorted by relevance
10758 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local10759 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain); in ReduceLoadOpStoreWidth()10760 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()10761 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()10766 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain); in ReduceLoadOpStoreWidth()10767 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()10768 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()