Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h219 : APSInt(relativeAShl(Amt), false); in relativeShl()
H A DAPInt.h875 APInt relativeAShl(int RelativeShift) const { in relativeAShl() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp264 .relativeAShl(CommonFXSema.getLsbWeight()); in mul()