Home | History | Annotate | Download | only in IR

Lines Matching refs:Accuracy

2088       APFloat Accuracy = CFP0->getValueAPF();
2089 Assert1(Accuracy.isFiniteNonZero() && !Accuracy.isNegative(),
2090 "fpmath accuracy not a positive number!", &I);
2092 Assert1(false, "invalid fpmath accuracy!", &I);