Searched refs:fold_recip (Results 1 – 1 of 1) sorted by relevance
72 bool fold_recip(CallInst *CI, IRBuilder<> &B, const FuncInfo &FInfo);670 return (getVecSize(FInfo) != 1) ? false : fold_recip(CI, B, FInfo); in fold()803 bool AMDGPULibCalls::fold_recip(CallInst *CI, IRBuilder<> &B, in fold_recip() function in AMDGPULibCalls