Searched refs:MaskedLoad (Results 1 – 1 of 1) sorted by relevance
13936 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local13937 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain); in ReduceLoadOpStoreWidth()13938 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()13939 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()13944 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain); in ReduceLoadOpStoreWidth()13945 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()13946 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()