Searched refs:getExactLog2Abs (Results 1 – 9 of 9) sorted by relevance
493 int SelectTrueLog2Val = SelectTrueVal->getExactLog2Abs(); in matchCombineFmulWithSelectToFldexp()496 int SelectFalseLog2Val = SelectFalseVal->getExactLog2Abs(); in matchCombineFmulWithSelectToFldexp()
2309 return match(Val, m_APFloat(C)) && C->getExactLog2Abs() == 0; in isOneOrNegOne()
4020 int Log2 = APF.getExactLog2Abs();4033 int Exp = Imm.getExactLog2Abs();4046 int Exp = Imm.getExactLog2Abs();
6770 int ExpVal = APF.getExactLog2Abs(); in renderFPPow2ToExponent()
15406 int TrueNodeExpVal = TrueNode->getValueAPF().getExactLog2Abs(); in performFMulCombine()15409 int FalseNodeExpVal = FalseNode->getValueAPF().getExactLog2Abs(); in performFMulCombine()
614 LLVM_ABI LLVM_READONLY int getExactLog2Abs() const;620 return isNegative() ? INT_MIN : getExactLog2Abs(); in getExactLog2()908 LLVM_ABI LLVM_READONLY int getExactLog2Abs() const;1513 int getExactLog2Abs() const { in getExactLog2Abs() function1514 APFLOAT_DISPATCH_ON_SEMANTICS(getExactLog2Abs()); in getExactLog2Abs()
4583 int IEEEFloat::getExactLog2Abs() const { in getExactLog2Abs() function in llvm::detail::IEEEFloat5429 int DoubleAPFloat::getExactLog2Abs() const { in getExactLog2Abs() function in llvm::detail::DoubleAPFloat
3541 Imm.getExactLog2Abs() == -1; in isFPImmLegal()
4703 return C1->getValueAPF().getExactLog2Abs() >= 0; in isKnownToBeAPowerOfTwoFP()