Lines Matching defs:MaskedLoad
19906 std::pair<unsigned, unsigned> MaskedLoad;
19907 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain);
19908 if (MaskedLoad.first)
19909 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,
19914 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain);
19915 if (MaskedLoad.first)
19916 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,