Searched refs:MaskedLoad (Results 1 – 1 of 1) sorted by relevance
16468 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local16469 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain); in ReduceLoadOpStoreWidth()16470 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()16471 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()16476 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain); in ReduceLoadOpStoreWidth()16477 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()16478 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()