Home
last modified time | relevance | path

Searched refs:LSBase (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp123 auto *LSBase = cast<LSBaseSDNode>(Base.getNode()); in match() local
125 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()