reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/IntrinsicLowering.cpp
  412     ReplaceFPIntrinsicWithCall(CI, "sqrtf", "sqrt", "sqrtl");
  416     ReplaceFPIntrinsicWithCall(CI, "logf", "log", "logl");
  420     ReplaceFPIntrinsicWithCall(CI, "log2f", "log2", "log2l");
  424     ReplaceFPIntrinsicWithCall(CI, "log10f", "log10", "log10l");
  428     ReplaceFPIntrinsicWithCall(CI, "expf", "exp", "expl");
  432     ReplaceFPIntrinsicWithCall(CI, "exp2f", "exp2", "exp2l");
  436     ReplaceFPIntrinsicWithCall(CI, "powf", "pow", "powl");
  440     ReplaceFPIntrinsicWithCall(CI, "sinf", "sin", "sinl");
  444     ReplaceFPIntrinsicWithCall(CI, "cosf", "cos", "cosl");
  448     ReplaceFPIntrinsicWithCall(CI, "floorf", "floor", "floorl");
  452     ReplaceFPIntrinsicWithCall(CI, "ceilf", "ceil", "ceill");
  456     ReplaceFPIntrinsicWithCall(CI, "truncf", "trunc", "truncl");
  460     ReplaceFPIntrinsicWithCall(CI, "roundf", "round", "roundl");
  464     ReplaceFPIntrinsicWithCall(CI, "copysignf", "copysign", "copysignl");