Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:St1

10673           SDValue St1 = DAG.getStore(Chain, SDLoc(ST), Hi,
10678 St0, St1);
10787 if (StoreSDNode *ST1 = dyn_cast<StoreSDNode>(Chain)) {
10788 if (ST1->getBasePtr() == Ptr && ST->getMemoryVT() == ST1->getMemoryVT() &&
10789 ST1->getValue() == Value && ST->isUnindexed() && !ST->isVolatile() &&
10790 ST1->isUnindexed() && !ST1->isVolatile()) {