Lines Matching defs:LSN
28263 if (const auto *LSN = dyn_cast<LSBaseSDNode>(N)) {
28265 if (auto *C = dyn_cast<ConstantSDNode>(LSN->getOffset()))
28266 Offset = (LSN->getAddressingMode() == ISD::PRE_INC) ? C->getSExtValue()
28267 : (LSN->getAddressingMode() == ISD::PRE_DEC)
28270 TypeSize Size = LSN->getMemoryVT().getStoreSize();
28271 return {LSN->isVolatile(), LSN->isAtomic(),
28272 LSN->getBasePtr(), Offset /*base offset*/,
28273 LocationSize::precise(Size), LSN->getMemOperand()};