Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10758 std::pair<unsigned, unsigned> MaskedLoad; in ReduceLoadOpStoreWidth() local
10759 MaskedLoad = CheckForMaskedLoad(Value.getOperand(0), Ptr, Chain); in ReduceLoadOpStoreWidth()
10760 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()
10761 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()
10766 MaskedLoad = CheckForMaskedLoad(Value.getOperand(1), Ptr, Chain); in ReduceLoadOpStoreWidth()
10767 if (MaskedLoad.first) in ReduceLoadOpStoreWidth()
10768 if (SDNode *NewST = ShrinkLoadReplaceStoreWithStore(MaskedLoad, in ReduceLoadOpStoreWidth()