Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp31 if ((Other.Index == Index) && (Other.IsIndexSignExt == IsIndexSignExt)) { in equalBaseIndex()
87 bool IsIndexSignExt = false; in match() local
153 return BaseIndexOffset(Base, Index, Offset, IsIndexSignExt); in match()
162 IsIndexSignExt = true; in match()
168 return BaseIndexOffset(PotentialBase, Index, Offset, IsIndexSignExt); in match()
174 IsIndexSignExt = true; in match()
176 IsIndexSignExt = false; in match()
179 return BaseIndexOffset(Base, Index, Offset, IsIndexSignExt); in match()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h38 bool IsIndexSignExt = false; variable
43 bool IsIndexSignExt) in BaseIndexOffset() argument
45 IsIndexSignExt(IsIndexSignExt) {} in BaseIndexOffset()