Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp126 bool canIncreasePrecisionOfConstantFold(const FPMathOperator *FPOp) const;
430 bool AMDGPULibCalls::canIncreasePrecisionOfConstantFold( in canIncreasePrecisionOfConstantFold() function in AMDGPULibCalls
663 if (canIncreasePrecisionOfConstantFold(FPOp) && evaluateCall(CI, FInfo)) in fold()