Lines Matching refs:getFixedPointSemantics
10752 APFixedPoint(I, Info.Ctx.getFixedPointSemantics(E->getType())), E);
10757 APFixedPoint(Value, Info.Ctx.getFixedPointSemantics(E->getType())), E);
10842 auto FXSema = Info.Ctx.getFixedPointSemantics(E->getType());
12520 APFixedPoint LHSFX(Info.Ctx.getFixedPointSemantics(LHSTy));
12521 APFixedPoint RHSFX(Info.Ctx.getFixedPointSemantics(RHSTy));
13223 APFixedPoint Src(Info.Ctx.getFixedPointSemantics(SrcType));
13390 auto DestFXSema = Info.Ctx.getFixedPointSemantics(DestType);
13394 APFixedPoint Src(Info.Ctx.getFixedPointSemantics(SubExpr->getType()));
13416 Src, Info.Ctx.getFixedPointSemantics(DestType), &Overflowed);
13436 Src, Info.Ctx.getFixedPointSemantics(DestType), &Overflowed);
13464 Info.Ctx.getFixedPointSemantics(E->getType());
13466 APFixedPoint LHSFX(Info.Ctx.getFixedPointSemantics(LHS->getType()));
13469 APFixedPoint RHSFX(Info.Ctx.getFixedPointSemantics(RHS->getType()));
13767 APFixedPoint FixResult(Info.Ctx.getFixedPointSemantics(SubExpr->getType()));