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

References

unittests/IR/ConstantsTest.cpp
  193   std::unique_ptr<Module> M(new Module("MyModule", Context));
  195   Type *Int64Ty = Type::getInt64Ty(Context);
  196   Type *Int32Ty = Type::getInt32Ty(Context);
  197   Type *Int16Ty = Type::getInt16Ty(Context);
  198   Type *Int1Ty = Type::getInt1Ty(Context);
  199   Type *FloatTy = Type::getFloatTy(Context);
  200   Type *DoubleTy = Type::getDoubleTy(Context);
  217   Constant *Big = ConstantInt::get(Context, APInt{256, uint64_t(-1), true});