Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp148 bool isUnsafeMath(const CallInst *CI) const;
488 bool AMDGPULibCalls::isUnsafeMath(const CallInst *CI) const { in isUnsafeMath() function in AMDGPULibCalls
668 if (isUnsafeMath(CI) && evaluateCall(CI, FInfo)) in fold()
703 return isUnsafeMath(CI) && fold_sqrt(CI, B, FInfo); in fold()
891 if (!isUnsafeMath(CI) && !CF && !CINT && !CZero) in fold_pow()
949 if (!isUnsafeMath(CI)) in fold_pow()