Home | History | Annotate | Download | only in AST

Lines Matching refs:getFloatTypeSemantics

1190   if (Result.convert(Info.Ctx.getFloatTypeSemantics(DestType),
1212 Result = APFloat(Info.Ctx.getFloatTypeSemantics(DestType), 1);
3705 const llvm::fltSemantics &Sem = Info.Ctx.getFloatTypeSemantics(EltTy);
3777 f = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(EltTy));
3795 APValue(APFloat::getZero(Info.Ctx.getFloatTypeSemantics(EltTy)));
5547 Result = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(E->getType()));
5578 const llvm::fltSemantics &Sem = Context.getFloatTypeSemantics(ResultTy);
5607 Info.Ctx.getFloatTypeSemantics(E->getType());
5675 const llvm::fltSemantics &Sem = Info.Ctx.getFloatTypeSemantics(E->getType());
5803 APFloat Zero = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(ElemTy));