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

/external/llvm/include/llvm/Support/
H A DMathExtras.h36 ZB_Width enumerator in enum:llvm::ZeroBehavior
44 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
49 countTrailingZeros(T Val, ZeroBehavior ZB = ZB_Width) { argument
76 countTrailingZeros(T Val, ZeroBehavior ZB = ZB_Width) LLVM_DELETED_FUNCTION;
115 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
120 countLeadingZeros(T Val, ZeroBehavior ZB = ZB_Width) { argument
142 countLeadingZeros(T Val, ZeroBehavior ZB = ZB_Width) LLVM_DELETED_FUNCTION;

Completed in 875 milliseconds