Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp130 bool fold_sqrt(CallInst *CI, IRBuilder<> &B, const FuncInfo &FInfo);
703 return isUnsafeMath(CI) && fold_sqrt(CI, B, FInfo); in fold()
1255 bool AMDGPULibCalls::fold_sqrt(CallInst *CI, IRBuilder<> &B, in fold_sqrt() function in AMDGPULibCalls