Home | History | Annotate | Download | only in AST

Lines Matching refs:getFloatTypeSemantics

1601   if (Result.convert(Info.Ctx.getFloatTypeSemantics(DestType),
1623 Result = APFloat(Info.Ctx.getFloatTypeSemantics(DestType), 1);
5697 const llvm::fltSemantics &Sem = Info.Ctx.getFloatTypeSemantics(EltTy);
5768 f = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(EltTy));
5786 APValue(APFloat::getZero(Info.Ctx.getFloatTypeSemantics(EltTy)));
7912 Result = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(E->getType()));
7943 const llvm::fltSemantics &Sem = Context.getFloatTypeSemantics(ResultTy);
7985 Info.Ctx.getFloatTypeSemantics(E->getType());
8057 const llvm::fltSemantics &Sem = Info.Ctx.getFloatTypeSemantics(E->getType());
8165 APFloat Zero = APFloat::getZero(Info.Ctx.getFloatTypeSemantics(ElemTy));