Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp243 unsigned int IndexResNo = (Base->getOpcode() == ISD::LOAD) ? 1 : 0; in matchLSNode() local
244 if (LSBase->isIndexed() && Base.getResNo() == IndexResNo) in matchLSNode()