Searched defs:ZB_Width (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h50 ZB_Width enumerator in enum:llvm::ZeroBehavior
156 unsigned countTrailingZeros(T Val, ZeroBehavior ZB = ZB_Width) { argument
225 unsigned countLeadingZeros(T Val, ZeroBehavior ZB = ZB_Width) { argument
498 unsigned countLeadingOnes(T Value, ZeroBehavior ZB = ZB_Width) { argument
514 unsigned countTrailingOnes(T Value, ZeroBehavior ZB = ZB_Width) { argument

Completed in 167 milliseconds