Lines Matching defs:MaskedLoad
20330 std::pair<unsigned, unsigned> MaskedLoad;
20331 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain);
20332 if (MaskedLoad.first)
20333 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,
20338 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain);
20339 if (MaskedLoad.first)
20340 if (SDValue NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,