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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkIntrinsics.hpp56 void do_Math_1to1(llvm::Value* function);
H A DsharkIntrinsics.cpp97 do_Math_1to1(builder()->fabs());
100 do_Math_1to1(builder()->sin());
103 do_Math_1to1(builder()->cos());
106 do_Math_1to1(builder()->tan());
112 do_Math_1to1(builder()->sqrt());
115 do_Math_1to1(builder()->log());
118 do_Math_1to1(builder()->log10());
124 do_Math_1to1(builder()->exp());
185 void SharkIntrinsics::do_Math_1to1(Value *function) { function in class:SharkIntrinsics

Completed in 29 milliseconds