Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h70 const BaseIndexOffset &Other, int64_t OtherBitSize,
74 const BaseIndexOffset &Other, int64_t OtherBitSize) const { in contains() argument
76 return contains(DAG, BitSize, Other, OtherBitSize, BitOffset); in contains()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp174 int64_t OtherBitSize, int64_t &BitOffset) const { in contains() argument
184 return BitOffset + OtherBitSize <= BitSize; in contains()