Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp115 bool isUnsafeMath(const CallInst *CI) const;
447 bool AMDGPULibCalls::isUnsafeMath(const CallInst *CI) const { in isUnsafeMath() function in AMDGPULibCalls
634 if (isUnsafeMath(CI) && evaluateCall(CI, FInfo)) in fold()
669 return isUnsafeMath(CI) && fold_sqrt(CI, B, FInfo); in fold()
835 if (!isUnsafeMath(CI) && !CF && !CINT && !CZero) in fold_pow()
894 if (!isUnsafeMath(CI)) in fold_pow()