Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSimplifyLibCalls.h209 Value *optimizeFloatingPointLibCall(CallInst *CI, LibFunc Func,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp3819 Value *LibCallSimplifier::optimizeFloatingPointLibCall(CallInst *CI, in optimizeFloatingPointLibCall() function in LibCallSimplifier
4002 if (Value *V = optimizeFloatingPointLibCall(CI, Func, Builder)) in optimizeCall()