Searched defs:countTrailingZeros (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/include/llvm/Support/
H A DMathExtras.h105 std::size_t countTrailingZeros(T Val, ZeroBehavior ZB = ZB_Width) { function in namespace:llvm
192 return countTrailingZeros(Val, ZB_Undefined);
407 return countTrailingZeros(~Value, ZB);

Completed in 103 milliseconds