Home | History | Annotate | Download | only in ADT

Lines Matching refs:Sem

923 static APInt nanbits(const fltSemantics &Sem,
927 return APFloat::getSNaN(Sem, Negative, &apfill).bitcastToAPInt();
929 return APFloat::getQNaN(Sem, Negative, &apfill).bitcastToAPInt();