Home | History | Annotate | Download | only in CodeGen

Lines Matching full:fabsl

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