Searched refs:fold_sqrt (Results 1 – 1 of 1) sorted by relevance
130 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