Searched refs:FPOpsHasFastMath (Results 1 – 1 of 1) sorted by relevance
484 DenseMap<Instruction *, bool> FPOpsHasFastMath; in TEST() local490 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()