Searched refs:AnyFP (Results 1 – 3 of 3) sorted by relevance
131 auto AnyFP = anyFloatType(); in TEST() local132 EXPECT_TRUE(AnyFP.matches({}, f16)); in TEST()133 EXPECT_TRUE(AnyFP.matches({}, f32)); in TEST()134 EXPECT_FALSE(AnyFP.matches({}, i16)); in TEST()135 EXPECT_FALSE(AnyFP.matches({}, p0i32)); in TEST()136 EXPECT_FALSE(AnyFP.matches({}, v4f16)); in TEST()139 AnyFP.generate({}, {i32->getType(), f16->getType(), v8i8->getType()}), in TEST()
12914 bool AnyFP = false; in combineConcatVectorOfScalars() local12928 AnyFP = true; in combineConcatVectorOfScalars()12938 if (AnyFP) { in combineConcatVectorOfScalars()
16023 bool AnyFP = false; in combineConcatVectorOfScalars() local16037 AnyFP = true; in combineConcatVectorOfScalars()16047 if (AnyFP) { in combineConcatVectorOfScalars()