OpenGrok
Cross Reference: SimplifyLibCalls.cpp
xref
: /
external
/
llvm
/
lib
/
Transforms
/
Utils
/
SimplifyLibCalls.cpp
Home
|
History
|
Annotate
|
Download
|
only in
Utils
Lines Matching
full:expn
2354
// * cbrt(
expN
(X)) ->
expN
(x/3)
2382
// * sqrt(
expN
(x)) ->
expN
(x*0.5)