Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceBitVector.h104 for (SizeT i = 0; i < BitsElements; ++i) { in any()
134 for (SizeT i = 0; i < BitsElements; ++i) { in count()
143 for (SizeT i = 0; i < BitsElements; ++i) {
158 for (SizeT i = 0; i < BitsElements; ++i) {
167 for (SizeT i = 0; i < BitsElements; ++i) {
185 static constexpr SizeT BitsElements = 2; variable
186 ElementType Bits[BitsElements];
195 typename std::enable_if<Pos == BitsElements, int>::type find_first() const { in find_first()
201 Pos<BitsElements, int>::type find_first() const {
209 typename std::enable_if<Pos == BitsElements, int>::type
[all …]