Home
last modified time | relevance | path

Searched refs:ZeroBehavior (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DMathExtras.h44 enum ZeroBehavior { enum
55 static std::size_t count(T Val, ZeroBehavior) { in count()
79 static std::size_t count(T Val, ZeroBehavior ZB) {
95 static std::size_t count(T Val, ZeroBehavior ZB) {
120 std::size_t countTrailingZeros(T Val, ZeroBehavior ZB = ZB_Width) {
129 static std::size_t count(T Val, ZeroBehavior) {
148 static std::size_t count(T Val, ZeroBehavior ZB) {
164 static std::size_t count(T Val, ZeroBehavior ZB) {
189 std::size_t countLeadingZeros(T Val, ZeroBehavior ZB = ZB_Width) {
462 std::size_t countLeadingOnes(T Value, ZeroBehavior ZB = ZB_Width) {
[all …]