Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPSInt.h218 return IsUnsigned ? APSInt(relativeLShl(Amt), true) in relativeShl()
HDAPInt.h865 APInt relativeLShl(int RelativeShift) const { in relativeLShl() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDAPFixedPoint.cpp267 .relativeLShl(CommonFXSema.getLsbWeight()); in mul()