Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:FS

2727       APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive);
2728 if (fs == APFloat::opOK || fs == APFloat::opInexact)
2733 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero);
2734 if (fs == APFloat::opOK || fs == APFloat::opInexact)
2739 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative);
2740 if (fs == APFloat::opOK || fs == APFloat::opInexact)
6495 int FS = MFI->getObjectSize(FI);
6497 if (FS != BFS || FS != (int)Bytes) return false;