Searched refs:getExactLog2Abs (Results 1 – 5 of 5) sorted by relevance
495 int getExactLog2Abs() const;501 return isNegative() ? INT_MIN : getExactLog2Abs(); in getExactLog2()765 int getExactLog2Abs() const;1339 int getExactLog2Abs() const { in getExactLog2Abs() function1340 APFLOAT_DISPATCH_ON_SEMANTICS(getExactLog2Abs()); in getExactLog2Abs()
4295 int IEEEFloat::getExactLog2Abs() const { in getExactLog2Abs() function in llvm::detail::IEEEFloat5124 int DoubleAPFloat::getExactLog2Abs() const { in getExactLog2Abs() function in llvm::detail::DoubleAPFloat
2116 return match(Val, m_APFloat(C)) && C->getExactLog2Abs() == 0; in isOneOrNegOne()
3619 int Log2 = APF.getExactLog2Abs();3632 int Exp = Imm.getExactLog2Abs();3645 int Exp = Imm.getExactLog2Abs();
5743 int ExpVal = APF.getExactLog2Abs(); in renderFPPow2ToExponent()