Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:fs

2476       APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive);
2477 if (fs == APFloat::opOK || fs == APFloat::opInexact)
2482 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero);
2483 if (fs == APFloat::opOK || fs == APFloat::opInexact)
2488 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative);
2489 if (fs == APFloat::opOK || fs == APFloat::opInexact)
6206 int FS = MFI->getObjectSize(FI);
6208 if (FS != BFS || FS != (int)Bytes) return false;