Home
last modified time | relevance | path

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

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