Searched refs:hibit (Results 1 – 2 of 2) sorted by relevance
111 %hibit = lshr i16 %sext, 15112 ret i16 %hibit121 %hibit = lshr <2 x i8> %sext, <i8 7, i8 7>122 ret <2 x i8> %hibit132 %hibit = lshr i32 %sext, 24133 ret i32 %hibit143 %hibit = lshr i16 %sext, 12144 ret i16 %hibit154 %hibit = lshr <2 x i8> %sext, <i8 2, i8 2>155 ret <2 x i8> %hibit
115 size_t hibit = Log2LessThan(value); in GetBucket() local116 if (hibit >= kBuckets) in GetBucket()118 return hibit; in GetBucket()