Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h74 const BaseIndexOffset &Other, int64_t OtherBitSize,
78 const BaseIndexOffset &Other, int64_t OtherBitSize) const { in contains() argument
80 return contains(DAG, BitSize, Other, OtherBitSize, BitOffset); in contains()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp179 int64_t OtherBitSize, int64_t &BitOffset) const { in contains() argument
189 return BitOffset + OtherBitSize <= BitSize; in contains()