Home | History | Annotate | Download | only in IR

Lines Matching defs:Accuracy

1899       APFloat Accuracy = CFP0->getValueAPF();
1900 Assert1(Accuracy.isNormal() && !Accuracy.isNegative(),
1901 "fpmath accuracy not a positive number!", &I);
1903 Assert1(false, "invalid fpmath accuracy!", &I);