Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h73 const BaseIndexOffset &Other, int64_t OtherBitSize,
77 const BaseIndexOffset &Other, int64_t OtherBitSize) const { in contains() argument
79 return contains(DAG, BitSize, Other, OtherBitSize, BitOffset); in contains()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp183 int64_t OtherBitSize, int64_t &BitOffset) const { in contains() argument
193 return BitOffset + OtherBitSize <= BitSize; in contains()