Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/FuzzMutate/
H A DStrategiesTest.cpp484 DenseMap<Instruction *, bool> FPOpsHasFastMath; in TEST() local
490 FPOpsHasFastMath[&I] = false; in TEST()
498 for (auto p : FPOpsHasFastMath) in TEST()
499 FPOpsHasFastMath[p.first] |= p.first->getFastMathFlags().any(); in TEST()
502 for (auto p : FPOpsHasFastMath) in TEST()