Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp72 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