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

References

tools/clang/lib/CodeGen/CGExprConstant.cpp
  195         std::min((uint64_t)Bits.getBitWidth(), CharWidth - OffsetWithinChar);
  199     llvm::APInt BitsThisChar = Bits;
  205       int Shift = Bits.getBitWidth() - CharWidth + OffsetWithinChar;
  267     if (WantedBits == Bits.getBitWidth())
  272       Bits.lshrInPlace(WantedBits);
  273     Bits = Bits.trunc(Bits.getBitWidth() - WantedBits);
  273     Bits = Bits.trunc(Bits.getBitWidth() - WantedBits);
  273     Bits = Bits.trunc(Bits.getBitWidth() - WantedBits);