reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
131 EXPECT_TRUE(AnyFP.matches({}, f16)); 132 EXPECT_TRUE(AnyFP.matches({}, f32)); 133 EXPECT_FALSE(AnyFP.matches({}, i16)); 134 EXPECT_FALSE(AnyFP.matches({}, p0i32)); 135 EXPECT_FALSE(AnyFP.matches({}, v4f16)); 138 AnyFP.generate({}, {i32->getType(), f16->getType(), v8i8->getType()}),