Searched refs:LSBase (Results 1 – 1 of 1) sorted by relevance
123 auto *LSBase = cast<LSBaseSDNode>(Base.getNode()); in match() local125 if (LSBase->isIndexed() && Base.getResNo() == IndexResNo) in match()126 if (auto *C = dyn_cast<ConstantSDNode>(LSBase->getOffset())) { in match()128 if (LSBase->getAddressingMode() == ISD::PRE_DEC || in match()129 LSBase->getAddressingMode() == ISD::POST_DEC) in match()133 Base = DAG.getTargetLoweringInfo().unwrapAddress(LSBase->getBasePtr()); in match()