Home
last modified time | relevance | path

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

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