Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:FS

2965       APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive);
2966 if (fs == APFloat::opOK || fs == APFloat::opInexact)
2971 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero);
2972 if (fs == APFloat::opOK || fs == APFloat::opInexact)
2977 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative);
2978 if (fs == APFloat::opOK || fs == APFloat::opInexact)
6981 int FS = MFI->getObjectSize(FI);
6983 if (FS != BFS || FS != (int)Bytes) return false;