Home | History | Annotate | Download | only in CodeGen

Lines Matching full:fabsl

144 /// EmitFAbs - Emit a call to fabs/fabsf/fabsl, depending on the type of ValTy,
155 case BuiltinType::LongDouble: FnName = "fabsl"; break;