Home | History | Annotate | Download | only in ADT

Lines Matching refs:Sem

924 static APInt nanbits(const fltSemantics &Sem,
928 return APFloat::getSNaN(Sem, Negative, &apfill).bitcastToAPInt();
930 return APFloat::getQNaN(Sem, Negative, &apfill).bitcastToAPInt();