Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h699 bool allowFPContractAcrossStatement() const { in allowFPContractAcrossStatement() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenFunction.cpp121 FMF.setAllowContract(FPFeatures.allowFPContractAcrossStatement()); in SetFastMathFlags()