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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19551 SDValue ReplStore; local
19555 ReplStore = DAG.getTruncStore(BetterChain, SL, ST->getValue(),
19559 ReplStore = DAG.getStore(BetterChain, SL, ST->getValue(), ST->getBasePtr(),
19565 MVT::Other, ST->getChain(), ReplStore);

Completed in 300 milliseconds