Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFixedPoint.h218 return -((-ExtVal).relativeShl(getLsbWeight()));
219 return ExtVal.relativeShl(getLsbWeight());
H A DAPSInt.h217 APSInt relativeShl(unsigned Amt) const { in relativeShl() function
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFixedPoint.cpp41 NewVal = NewVal.relativeShl(RelativeUpscale); in convert()