Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ST1

11828       SDValue St1 = DAG.getStore(Chain, DL, Hi,
11833 St0, St1);
11953 if (StoreSDNode *ST1 = dyn_cast<StoreSDNode>(Chain)) {
11954 if (ST1->getBasePtr() == Ptr && ST->getMemoryVT() == ST1->getMemoryVT() &&
11955 ST1->getValue() == Value && ST->isUnindexed() && !ST->isVolatile() &&
11956 ST1->isUnindexed() && !ST1->isVolatile()) {