Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getSemantics

266     convertToFpType(T.getSemantics());
272 T.add(createAPFloatFromInt(T.getSemantics(), That.IntVal), RndMode);
287 convertToFpType(T.getSemantics());
293 T.subtract(createAPFloatFromInt(T.getSemantics(), IntVal), RndMode);
313 isInt() ? That.getFpVal().getSemantics() : getFpVal().getSemantics();
391 Addend0.set(APFloat(C0->getValueAPF().getSemantics()), nullptr);