Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h37 bool IsIndexSignExt = false; variable
41 BaseIndexOffset(SDValue Base, SDValue Index, bool IsIndexSignExt) in BaseIndexOffset() argument
42 : Base(Base), Index(Index), Offset(), IsIndexSignExt(IsIndexSignExt) {} in BaseIndexOffset()
44 bool IsIndexSignExt) in BaseIndexOffset() argument
46 IsIndexSignExt(IsIndexSignExt) {} in BaseIndexOffset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp34 if ((Other.Index == Index) && (Other.IsIndexSignExt == IsIndexSignExt)) { in equalBaseIndex()
186 bool IsIndexSignExt = false; in matchLSNode() local
252 return BaseIndexOffset(Base, Index, Offset, IsIndexSignExt); in matchLSNode()
261 IsIndexSignExt = true; in matchLSNode()
267 return BaseIndexOffset(PotentialBase, Index, Offset, IsIndexSignExt); in matchLSNode()
273 IsIndexSignExt = true; in matchLSNode()
275 IsIndexSignExt = false; in matchLSNode()
278 return BaseIndexOffset(Base, Index, Offset, IsIndexSignExt); in matchLSNode()