Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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) {
509 unsigned countLeadingOnes(T Value, ZeroBehavior ZB = ZB_Width) {
[all …]