Home | History | Annotate | Download | only in IR

Lines Matching defs:Semantics

682   const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType());
683 APFloat NaN = APFloat::getNaN(Semantics, Negative, Type);
693 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType());
694 APFloat NegZero = APFloat::getZero(Semantics, /*Negative=*/true);
742 const fltSemantics &Semantics = *TypeToFloatSemantics(Ty->getScalarType());
743 Constant *C = get(Ty->getContext(), APFloat::getInf(Semantics, Negative));