Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h69 const BaseIndexOffset &Other, int64_t OtherBitSize,
73 const BaseIndexOffset &Other, int64_t OtherBitSize) const { in contains() argument
75 return contains(DAG, BitSize, Other, OtherBitSize, BitOffset); in contains()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp159 int64_t OtherBitSize, int64_t &BitOffset) const { in contains() argument
169 return BitOffset + OtherBitSize <= BitSize; in contains()