Home | History | Annotate | Download | only in AST

Lines Matching refs:getFloatTypeSemantics

1197   if (Result.convert(Info.Ctx.getFloatTypeSemantics(DestType),
1219 Result = APFloat(Info.Ctx.getFloatTypeSemantics(DestType), 1);
3640 const llvm::fltSemantics &Sem = Info.Ctx.getFloatTypeSemantics(EltTy);
3711 f = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(EltTy));
3729 APValue(APFloat::getZero(Info.Ctx.getFloatTypeSemantics(EltTy)));
5541 Result = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(E->getType()));
5572 const llvm::fltSemantics &Sem = Context.getFloatTypeSemantics(ResultTy);
5601 Info.Ctx.getFloatTypeSemantics(E->getType());
5669 const llvm::fltSemantics &Sem = Info.Ctx.getFloatTypeSemantics(E->getType());
5797 APFloat Zero = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(ElemTy));