Home
last modified time | relevance | path

Searched refs:relativeLShl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h218 return IsUnsigned ? APSInt(relativeLShl(Amt), true) in relativeShl()
H A DAPInt.h865 APInt relativeLShl(int RelativeShift) const { in relativeLShl() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp267 .relativeLShl(CommonFXSema.getLsbWeight()); in mul()