Home
last modified time | relevance | path

Searched refs:optimizeTan (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSimplifyLibCalls.h199 Value *optimizeTan(CallInst *CI, IRBuilder<> &B);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp2082 Value *LibCallSimplifier::optimizeTan(CallInst *CI, IRBuilder<> &B) { in optimizeTan() function in LibCallSimplifier
2996 return optimizeTan(CI, Builder); in optimizeFloatingPointLibCall()