Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1960 #define MOVE_FLAG(attr, setter) \ in moveFastMathFlags() macro
1965 MOVE_FLAG("unsafe-fp-math", Fast) in moveFastMathFlags()
1966 MOVE_FLAG("no-infs-fp-math", NoInfs) in moveFastMathFlags()
1967 MOVE_FLAG("no-nans-fp-math", NoNaNs) in moveFastMathFlags()
1968 MOVE_FLAG("no-signed-zeros-fp-math", NoSignedZeros) in moveFastMathFlags()
1969 #undef MOVE_FLAG in moveFastMathFlags()