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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h44 enum ZeroBehavior { enum in namespace:llvm
91 static unsigned count(T Val, ZeroBehavior) {
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 Z
[all...]

Completed in 51 milliseconds