Searched defs:i8 (Results 1 – 6 of 6) sorted by relevance
48 auto i8 = paramType("i8")(); in TEST_F() local119 auto i8 = paramType("i8")(); in TEST_F() local
37 auto i8 = type_system.Parametric(sort["i8"])(); in TEST_F() local
40 auto i8 = type_system.Parametric(sort["i8"])(); in TEST_F() local
36 auto i8 = type_system.Parametric(sort["i8"])(); in TEST_F() local
34 int8_t i8; in TEST() local184 int8_t i8 = random_gen(), i8_z = 0, i8_min = std::numeric_limits<int8_t>::min(), in TEST() local
544 IrConstructor &i8() // NOLINT(readability-identifier-naming) in i8() function