Home | History | Annotate | Download | only in IR

Lines Matching refs:Accuracy

2262       APFloat Accuracy = CFP0->getValueAPF();
2263 Assert1(Accuracy.isFiniteNonZero() && !Accuracy.isNegative(),
2264 "fpmath accuracy not a positive number!", &I);
2266 Assert1(false, "invalid fpmath accuracy!", &I);