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

References

lib/Analysis/ConstantFolding.cpp
  506   if (!IntType) {
  547   unsigned BytesLoaded = (IntType->getBitWidth() + 7) / 8;
  566     return UndefValue::get(IntType);
  570     return UndefValue::get(IntType);
  586   APInt ResultVal = APInt(IntType->getBitWidth(), 0);
  601   return ConstantInt::get(IntType->getContext(), ResultVal);