Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17697 SDValue ReplStore; in replaceStoreChain() local
17701 ReplStore = DAG.getTruncStore(BetterChain, SL, ST->getValue(), in replaceStoreChain()
17705 ReplStore = DAG.getStore(BetterChain, SL, ST->getValue(), ST->getBasePtr(), in replaceStoreChain()
17711 MVT::Other, ST->getChain(), ReplStore); in replaceStoreChain()