Lines Matching refs:SN
6072 auto *SN = cast<StoreSDNode>(N); in combineSTORE() local
6074 EVT MemVT = SN->getMemoryVT(); in combineSTORE()
6079 if (MemVT.isInteger() && SN->isTruncatingStore()) { in combineSTORE()
6081 combineTruncateExtract(SDLoc(N), MemVT, SN->getValue(), DCI)) { in combineSTORE()
6085 return DAG.getTruncStore(SN->getChain(), SDLoc(SN), Value, in combineSTORE()
6086 SN->getBasePtr(), SN->getMemoryVT(), in combineSTORE()
6087 SN->getMemOperand()); in combineSTORE()
6091 if (!SN->isTruncatingStore() && in combineSTORE()
6107 Ops, MemVT, SN->getMemOperand()); in combineSTORE()
6110 if (!SN->isTruncatingStore() && in combineSTORE()
6123 Ops, MemVT, SN->getMemOperand()); in combineSTORE()