Lines Matching refs:strict
6 ; If operation does not raise exceptions, it may be removed even in strict mode.
13 …onstrained.fadd.f32(float 1.0, float 1.0, metadata !"round.upward", metadata !"fpexcept.strict") #0
17 ; If operation raises exceptions, it cannot be removed in strict mode.
21 …00, float 3.000000e+00, metadata !"round.tonearest", metadata !"fpexcept.strict") #[[ATTR0:[0-9]+]]
25 …trained.fdiv.f32(float 1.0, float 3.0, metadata !"round.tonearest", metadata !"fpexcept.strict") #0
29 ; If operation raises exceptions, it can be removed in non-strict mode.
40 ; If operation raises exceptions, it can be removed in non-strict mode even if rounding mode is dyn…
64 ; If operation does not raise exceptions, it may be folded even in strict mode.
71 …onstrained.fadd.f32(float 1.0, float 1.0, metadata !"round.upward", metadata !"fpexcept.strict") #0
75 ; If operation raises exceptions, it cannot be folded in strict mode.
79 …1.000000e+00, float 3.000000e+00, metadata !"round.upward", metadata !"fpexcept.strict") #[[ATTR0]]
83 …onstrained.fdiv.f32(float 1.0, float 3.0, metadata !"round.upward", metadata !"fpexcept.strict") #0
87 ; If operation raises exceptions, it can be folded in non-strict mode.