Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DLangOptions.h456 bool allowFPContractAcrossStatement() const { in allowFPContractAcrossStatement() function
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp130 FMF.setAllowContract(FPFeatures.allowFPContractAcrossStatement()); in SetFastMathFlags()