Lines Matching refs:bitcastToAPInt
107 return CFP->getValueAPF().bitcastToAPInt().isAllOnesValue(); in isAllOnesValue()
118 return CV->getElementAsAPFloat(0).bitcastToAPInt().isAllOnesValue(); in isAllOnesValue()
133 return CFP->getValueAPF().bitcastToAPInt().isOneValue(); in isOneValue()
144 return CV->getElementAsAPFloat(0).bitcastToAPInt().isOneValue(); in isOneValue()
159 return CFP->getValueAPF().bitcastToAPInt().isMinSignedValue(); in isMinSignedValue()
170 return CV->getElementAsAPFloat(0).bitcastToAPInt().isMinSignedValue(); in isMinSignedValue()
185 return !CFP->getValueAPF().bitcastToAPInt().isMinSignedValue(); in isNotMinSignedValue()
929 Elts.push_back(CFP->getValueAPF().bitcastToAPInt().getLimitedValue()); in getFPSequenceIfElementsMatch()
2662 NumElts, CFP->getValueAPF().bitcastToAPInt().getLimitedValue()); in getSplat()
2667 NumElts, CFP->getValueAPF().bitcastToAPInt().getLimitedValue()); in getSplat()
2672 NumElts, CFP->getValueAPF().bitcastToAPInt().getLimitedValue()); in getSplat()