Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMathExtras.h44 enum ZeroBehavior { enum
91 static unsigned count(T Val, ZeroBehavior) { in count()
115 static unsigned count(T Val, ZeroBehavior ZB) {
131 static unsigned count(T Val, ZeroBehavior ZB) {
156 unsigned countTrailingZeros(T Val, ZeroBehavior ZB = ZB_Width) {
165 static unsigned count(T Val, ZeroBehavior) {
184 static unsigned count(T Val, ZeroBehavior ZB) {
200 static unsigned count(T Val, ZeroBehavior ZB) {
225 unsigned countLeadingZeros(T Val, ZeroBehavior ZB = ZB_Width) {
239 template <typename T> T findFirstSet(T Val, ZeroBehavior ZB = ZB_Max) {
[all …]