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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8766 std::pair<unsigned, unsigned> MaskedLoad; local
8767 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain);
8768 if (MaskedLoad.first)
8769 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,
8774 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain);
8775 if (MaskedLoad.first)
8776 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,

Completed in 92 milliseconds