Searched defs:i16 (Results 1 – 6 of 6) sorted by relevance
49 auto i16 = paramType("i16")(); in TEST_F() local120 auto i16 = paramType("i16")(); in TEST_F() local
38 auto i16 = type_system.Parametric(sort["i16"])(); in TEST_F() local
41 auto i16 = type_system.Parametric(sort["i16"])(); in TEST_F() local
37 auto i16 = type_system.Parametric(sort["i16"])(); in TEST_F() local
36 int16_t i16; in TEST() local186 int16_t i16 = random_gen(), i16_z = 0, i16_min = std::numeric_limits<int16_t>::min(), in TEST() local
548 IrConstructor &i16() // NOLINT(readability-identifier-naming) in i16() function