Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCall.cpp1873 const std::vector<std::string> &Recips = CodeGenOpts.Reciprocals; in getDefaultFunctionAttributes() local
1874 if (!Recips.empty()) in getDefaultFunctionAttributes()
1876 llvm::join(Recips, ",")); in getDefaultFunctionAttributes()