reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/DAGCombiner.cpp
16020   SDLoc SL(ST);
16024   if (ST->isTruncatingStore()) {
16025     ReplStore = DAG.getTruncStore(BetterChain, SL, ST->getValue(),
16026                                   ST->getBasePtr(), ST->getMemoryVT(),
16026                                   ST->getBasePtr(), ST->getMemoryVT(),
16027                                   ST->getMemOperand());
16029     ReplStore = DAG.getStore(BetterChain, SL, ST->getValue(), ST->getBasePtr(),
16029     ReplStore = DAG.getStore(BetterChain, SL, ST->getValue(), ST->getBasePtr(),
16030                              ST->getMemOperand());
16035                               MVT::Other, ST->getChain(), ReplStore);
16041   return CombineTo(ST, Token, false);