reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
11345 bool CanFuse = Options.UnsafeFPMath || isContractable(N); 11349 if (!AllowFusionGlobally && !isContractable(N)) 11365 return AllowFusionGlobally || isContractable(N.getNode()); 11556 bool CanFuse = Options.UnsafeFPMath || isContractable(N); 11561 if (!AllowFusionGlobally && !isContractable(N)) 11577 return AllowFusionGlobally || isContractable(N.getNode()); 12336 bool UnsafeFPMath = Options.UnsafeFPMath || isContractable(N);