Searched defs:i32 (Results 1 – 7 of 7) sorted by relevance
50 auto i32 = paramType("i32")(); in TEST_F() local121 auto i32 = paramType("i32")(); in TEST_F() local
39 auto i32 = type_system.Parametric(sort["i32"])(); in TEST_F() local
42 auto i32 = type_system.Parametric(sort["i32"])(); in TEST_F() local
38 auto i32 = type_system.Parametric(sort["i32"])(); in TEST_F() local
38 int32_t i32; in TEST() local188 int32_t i32 = random_gen(), i32_z = 0, i32_min = std::numeric_limits<int32_t>::min(), in TEST() local
155 int32_t i32; in HWTEST_F_L0() local
552 IrConstructor &i32() // NOLINT(readability-identifier-naming) in i32() function