Searched refs:MaskedLoad (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7278 std::pair<unsigned, unsigned> MaskedLoad; local
7279 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain);
7280 if (MaskedLoad.first)
7281 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,
7286 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain);
7287 if (MaskedLoad.first)
7288 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,

Completed in 191 milliseconds