Searched refs:ReplaceFPIntrinsicWithCall (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp317 static void ReplaceFPIntrinsicWithCall(CallInst *CI, const char *Fname, function
503 ReplaceFPIntrinsicWithCall(CI, "sqrtf", "sqrt", "sqrtl");
507 ReplaceFPIntrinsicWithCall(CI, "logf", "log", "logl");
511 ReplaceFPIntrinsicWithCall(CI, "log2f", "log2", "log2l");
515 ReplaceFPIntrinsicWithCall(CI, "log10f", "log10", "log10l");
519 ReplaceFPIntrinsicWithCall(CI, "expf", "exp", "expl");
523 ReplaceFPIntrinsicWithCall(CI, "exp2f", "exp2", "exp2l");
527 ReplaceFPIntrinsicWithCall(CI, "powf", "pow", "powl");

Completed in 466 milliseconds