Searched defs:two_plus_two (Results 1 – 2 of 2) sorted by relevance
170 nir_def *two_plus_two = nir_fadd(&bld, two, two); in TEST_F() local190 nir_def *two_plus_two = nir_iadd(&bld, two, two); in TEST_F() local
475 fn two_plus_two() { in two_plus_two() function