Searched refs:count_leading_zeros (Results 1 – 6 of 6) sorted by relevance
36 typename internal::enable_if<sizeof(T)==4,int>::type count_leading_zeros(const T val) in count_leading_zeros() function52 typename internal::enable_if<sizeof(T)==8,int>::type count_leading_zeros(const T val) in count_leading_zeros() function66 n = 32 + count_leading_zeros<unsigned int>(lo); in count_leading_zeros()68 n = count_leading_zeros<unsigned int>(hi); in count_leading_zeros()151 const int leading_zeros = count_leading_zeros(static_cast<UnsignedType>(divider));
3 define i8 @count_leading_zeros(i8) unnamed_addr {11 ; CHECK-LABEL: count_leading_zeros:
121 // CHECK: lmhlo.count_leading_zeros123 %res = "mhlo.count_leading_zeros"(%value) : (tensor<2x2xi32>) -> tensor<2x2xi32>
92 def LHLO_ClzOp: LHLO_UnaryElementwiseOp<"count_leading_zeros", LHLO_IntBuffer>, BASE_HLO_ClzOp;
173 def HLO_ClzOp: HLO_UnaryElementwiseOp<"count_leading_zeros",
537 "lmhlo.count_leading_zeros"(%arg0, %arg_out) : (memref<1xi32>, memref<1xi32>) -> ()