reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/SmallBitVector.h
   95     assert(!isSmall());
  107     assert(!isSmall() && "Tried to use an unaligned pointer");
  113     assert(isSmall());
  118     assert(isSmall());
  154     if (RHS.isSmall())
  165     if (!isSmall())
  188     return isSmall() ? getSmallSize() == 0 : getPointer()->empty();
  193     return isSmall() ? getSmallSize() : getPointer()->size();
  198     if (isSmall()) {
  207     if (isSmall())
  214     if (isSmall())
  221     if (isSmall())
  228     if (isSmall()) {
  238     if (isSmall()) {
  249     if (isSmall()) {
  260     if (isSmall()) {
  275     if (isSmall()) {
  289     if (isSmall()) {
  306     if (isSmall()) {
  323     if (!isSmall())
  330     if (!isSmall()) {
  346     if (isSmall()) {
  364     if (isSmall())
  372     if (isSmall()) {
  388     if (isSmall()) {
  399     if (isSmall())
  407     if (isSmall())
  419     if (isSmall()) {
  430     if (isSmall())
  438     if (isSmall())
  458     if (isSmall())
  474     if (isSmall() && RHS.isSmall())
  474     if (isSmall() && RHS.isSmall())
  476     if (!isSmall() && !RHS.isSmall())
  476     if (!isSmall() && !RHS.isSmall())
  489     if (isSmall() && RHS.isSmall())
  489     if (isSmall() && RHS.isSmall())
  491     else if (!isSmall() && !RHS.isSmall())
  491     else if (!isSmall() && !RHS.isSmall())
  510     if (isSmall() && RHS.isSmall())
  510     if (isSmall() && RHS.isSmall())
  512     else if (!isSmall() && !RHS.isSmall())
  512     else if (!isSmall() && !RHS.isSmall())
  526     if (isSmall() && RHS.isSmall())
  526     if (isSmall() && RHS.isSmall())
  528     else if (!isSmall() && !RHS.isSmall())
  528     else if (!isSmall() && !RHS.isSmall())
  540     if (isSmall() && RHS.isSmall())
  540     if (isSmall() && RHS.isSmall())
  542     if (!isSmall() && !RHS.isSmall())
  542     if (!isSmall() && !RHS.isSmall())
  559     if (isSmall() && RHS.isSmall())
  559     if (isSmall() && RHS.isSmall())
  561     else if (!isSmall() && !RHS.isSmall())
  561     else if (!isSmall() && !RHS.isSmall())
  572     if (isSmall() && RHS.isSmall())
  572     if (isSmall() && RHS.isSmall())
  574     else if (!isSmall() && !RHS.isSmall())
  574     else if (!isSmall() && !RHS.isSmall())
  584     if (isSmall())
  592     if (isSmall())
  601     if (isSmall()) {
  602       if (RHS.isSmall())
  607       if (!RHS.isSmall())
  632     if (isSmall())
  641     if (isSmall())
  650     if (isSmall())
  659     if (isSmall())
unittests/ADT/BitVectorTest.cpp
  265   return bv.isSmall();