Searched defs:i64 (Results 1 – 7 of 7) sorted by relevance
51 auto i64 = paramType("i64")(); in TEST_F() local122 auto i64 = paramType("i64")(); in TEST_F() local
40 auto i64 = type_system.Parametric(sort["i64"])(); in TEST_F() local
43 auto i64 = type_system.Parametric(sort["i64"])(); in TEST_F() local
39 auto i64 = type_system.Parametric(sort["i64"])(); in TEST_F() local
40 int64_t i64; in TEST() local190 int64_t i64 = random_gen(), i64_z = 0, i64_min = std::numeric_limits<int64_t>::min(), in TEST() local
156 int64_t i64; in HWTEST_F_L0() local
556 IrConstructor &i64() // NOLINT(readability-identifier-naming) in i64() function