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

/external/llvm/include/llvm/Support/
H A DMathExtras.h41 ZB_Width enumerator in enum:llvm::ZeroBehavior
108 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
111 std::size_t countTrailingZeros(T Val, ZeroBehavior ZB = ZB_Width) { argument
177 /// \param ZB the behavior on an input of 0. Only ZB_Width and ZB_Undefined are
180 std::size_t countLeadingZeros(T Val, ZeroBehavior ZB = ZB_Width) { argument
411 /// \param ZB the behavior on an input of all ones. Only ZB_Width and
414 std::size_t countLeadingOnes(T Value, ZeroBehavior ZB = ZB_Width) { argument
427 /// \param ZB the behavior on an input of all ones. Only ZB_Width and
430 std::size_t countTrailingOnes(T Value, ZeroBehavior ZB = ZB_Width) { argument

Completed in 104 milliseconds