reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
121 EXPECT_TRUE(AnyInt.matches({}, i1)); 122 EXPECT_TRUE(AnyInt.matches({}, i64)); 123 EXPECT_FALSE(AnyInt.matches({}, f32)); 124 EXPECT_FALSE(AnyInt.matches({}, v4f16)); 127 AnyInt.generate({}, {i32->getType(), f16->getType(), v8i8->getType()}),