Lines Matching refs:nans
483 define i32 @no-nans-fp-math_callee0(i32 %i) "no-nans-fp-math"="false" {
485 ; CHECK: @no-nans-fp-math_callee0(i32 %i) [[NO_NANS_FPMATH_FALSE:#[0-9]+]] {
489 define i32 @no-nans-fp-math_callee1(i32 %i) "no-nans-fp-math"="true" {
491 ; CHECK: @no-nans-fp-math_callee1(i32 %i) [[NO_NANS_FPMATH_TRUE:#[0-9]+]] {
495 define i32 @test_no-nans-fp-math0(i32 %i) "no-nans-fp-math"="false" {
496 %1 = call i32 @no-nans-fp-math_callee0(i32 %i)
498 ; CHECK: @test_no-nans-fp-math0(i32 %i) [[NO_NANS_FPMATH_FALSE]] {
502 define i32 @test_no-nans-fp-math1(i32 %i) "no-nans-fp-math"="false" {
503 %1 = call i32 @no-nans-fp-math_callee1(i32 %i)
505 ; CHECK: @test_no-nans-fp-math1(i32 %i) [[NO_NANS_FPMATH_FALSE]] {
509 define i32 @test_no-nans-fp-math2(i32 %i) "no-nans-fp-math"="true" {
510 %1 = call i32 @no-nans-fp-math_callee0(i32 %i)
512 ; CHECK: @test_no-nans-fp-math2(i32 %i) [[NO_NANS_FPMATH_FALSE]] {
516 define i32 @test_no-nans-fp-math3(i32 %i) "no-nans-fp-math"="true" {
517 %1 = call i32 @no-nans-fp-math_callee1(i32 %i)
519 ; CHECK: @test_no-nans-fp-math3(i32 %i) [[NO_NANS_FPMATH_TRUE]] {
611 ; CHECK: attributes [[NO_NANS_FPMATH_FALSE]] = { "no-nans-fp-math"="false" }
612 ; CHECK: attributes [[NO_NANS_FPMATH_TRUE]] = { "no-nans-fp-math"="true" }