Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1479 void IEEEFloat::shiftSignificandLeft(unsigned int bits) { in shiftSignificandLeft() function in llvm::detail::IEEEFloat
1636 shiftSignificandLeft(-exponentChange); in normalize()
1810 shiftSignificandLeft(1); in addOrSubtractSignificand()
1813 temp_rhs.shiftSignificandLeft(1); in addOrSubtractSignificand()
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h585 void shiftSignificandLeft(unsigned int);