Home | History | Annotate | Download | only in AST

Lines Matching refs:getFloatTypeSemantics

1359   if (Result.convert(Info.Ctx.getFloatTypeSemantics(DestType),
1381 Result = APFloat(Info.Ctx.getFloatTypeSemantics(DestType), 1);
5204 const llvm::fltSemantics &Sem = Info.Ctx.getFloatTypeSemantics(EltTy);
5275 f = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(EltTy));
5293 APValue(APFloat::getZero(Info.Ctx.getFloatTypeSemantics(EltTy)));
7103 Result = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(E->getType()));
7134 const llvm::fltSemantics &Sem = Context.getFloatTypeSemantics(ResultTy);
7163 Info.Ctx.getFloatTypeSemantics(E->getType());
7235 const llvm::fltSemantics &Sem = Info.Ctx.getFloatTypeSemantics(E->getType());
7343 APFloat Zero = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(ElemTy));