Home | History | Annotate | Download | only in CodeGen

Lines Matching full:fabsl

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