Home | History | Annotate | Download | only in VMCore

Lines Matching refs:FV

488   APFloat FV(V);
490 FV.convert(*TypeToFloatSemantics(Ty->getScalarType()),
492 Constant *C = get(Context, FV);
506 APFloat FV(*TypeToFloatSemantics(Ty->getScalarType()), Str);
507 Constant *C = get(Context, FV);