Searched refs:getExactLog2Abs (Results 1 – 6 of 6) sorted by relevance
518 int getExactLog2Abs() const;524 return isNegative() ? INT_MIN : getExactLog2Abs(); in getExactLog2()796 int getExactLog2Abs() const;1398 int getExactLog2Abs() const { in getExactLog2Abs() function1399 APFLOAT_DISPATCH_ON_SEMANTICS(getExactLog2Abs()); in getExactLog2Abs()
4408 int IEEEFloat::getExactLog2Abs() const { in getExactLog2Abs() function in llvm::detail::IEEEFloat5245 int DoubleAPFloat::getExactLog2Abs() const { in getExactLog2Abs() function in llvm::detail::DoubleAPFloat
2201 return match(Val, m_APFloat(C)) && C->getExactLog2Abs() == 0; in isOneOrNegOne()
3634 int Log2 = APF.getExactLog2Abs();3647 int Exp = Imm.getExactLog2Abs();3660 int Exp = Imm.getExactLog2Abs();
5704 int ExpVal = APF.getExactLog2Abs(); in renderFPPow2ToExponent()
4432 return C1->getValueAPF().getExactLog2Abs() >= 0; in isKnownToBeAPowerOfTwoFP()