Lines Matching defs:BitIndex
1787 static constexpr ValueType BitIndex(bool Forward, ValueType Index) {1792 : BitIndex(Forward, (Forward ? Index + 1 : Index - 1)));1797 static constexpr ValueType bsf = BitIndex(/*Forward*/ true, /*Index=*/0);1799 BitIndex(/*Forward*/ false, /*Index=*/Bits - 1);