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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7617 std::pair<unsigned, unsigned> MaskedLoad; local
7618 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain);
7619 if (MaskedLoad.first)
7620 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,
7625 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain);
7626 if (MaskedLoad.first)
7627 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad,

Completed in 196 milliseconds