Searched refs:AnyFP (Results 1 – 2 of 2) sorted by relevance
130 auto AnyFP = anyFloatType(); in TEST() local131 EXPECT_TRUE(AnyFP.matches({}, f16)); in TEST()132 EXPECT_TRUE(AnyFP.matches({}, f32)); in TEST()133 EXPECT_FALSE(AnyFP.matches({}, i16)); in TEST()134 EXPECT_FALSE(AnyFP.matches({}, p0i32)); in TEST()135 EXPECT_FALSE(AnyFP.matches({}, v4f16)); in TEST()138 AnyFP.generate({}, {i32->getType(), f16->getType(), v8i8->getType()}), in TEST()
20884 bool AnyFP = false; in combineConcatVectorOfScalars() local20898 AnyFP = true; in combineConcatVectorOfScalars()20908 if (AnyFP) { in combineConcatVectorOfScalars()