Searched refs:umax32 (Results 1 – 5 of 5) sorted by relevance
350 case umax32: in get_reduction_identity()
38 [umax32] = "umax32",
1292 umax8, umax16, umax32, umax64, enumerator
152 case umax32: return aco_opcode::v_max_u32; in get_reduce_opcode()
2507 const APInt umax32(APInt::getSignedMaxValue(32)); in TEST() local2508 EXPECT_EQ(0, umax32.ashr(32)); in TEST()