Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h162 return IsUnsigned ? APSInt(relativeLShr(Amt), true) in relativeShr()
H A DAPInt.h860 APInt relativeLShr(int RelativeShift) const { in relativeLShr() function
866 return relativeLShr(-RelativeShift); in relativeLShl()