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

References

include/llvm/Transforms/IPO/LowerTypeTests.h
   53     return Bits.size() == BitSize;
lib/Transforms/IPO/LowerTypeTests.cpp
  127   if (BitOffset >= BitSize)
  134   OS << "offset " << ByteOffset << " size " << BitSize << " align "
  172   BSI.BitSize = ((Max - Min) >> BSI.AlignLog2) + 1;
  602   BAI->BitSize = BSI.BitSize;
 1128     TIL.SizeM1 = ConstantInt::get(IntPtrTy, BSI.BitSize - 1);
 1130       TIL.TheKind = (BSI.BitSize == 1) ? TypeTestResolution::Single
 1132     } else if (BSI.BitSize <= 64) {
 1141             (BSI.BitSize <= 32) ? Int32Ty : Int64Ty, InlineBits);
unittests/Transforms/IPO/LowerTypeTests.cpp
   62     EXPECT_EQ(T.BitSize, BSI.BitSize);