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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h45 enum ZeroBehavior { enum in namespace:llvm
92 static unsigned count(T Val, ZeroBehavior) {
116 static unsigned count(T Val, ZeroBehavior ZB) {
132 static unsigned count(T Val, ZeroBehavior ZB) {
157 unsigned countTrailingZeros(T Val, ZeroBehavior ZB = ZB_Width) {
166 static unsigned count(T Val, ZeroBehavior) {
185 static unsigned count(T Val, ZeroBehavior ZB) {
201 static unsigned count(T Val, ZeroBehavior ZB) {
226 unsigned countLeadingZeros(T Val, ZeroBehavior ZB = ZB_Width) {
240 template <typename T> T findFirstSet(T Val, ZeroBehavior Z
[all...]

Completed in 90 milliseconds