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

References

unittests/IR/ConstantsTest.cpp
  443   std::unique_ptr<Module> M(new Module("MyModule", Context));
  445   for (Type *T : {Type::getInt8Ty(Context), Type::getInt16Ty(Context),
  445   for (Type *T : {Type::getInt8Ty(Context), Type::getInt16Ty(Context),
  446                   Type::getInt32Ty(Context), Type::getInt64Ty(Context)}) {
  446                   Type::getInt32Ty(Context), Type::getInt64Ty(Context)}) {
  453   for (Type *T : {Type::getHalfTy(Context), Type::getFloatTy(Context),
  453   for (Type *T : {Type::getHalfTy(Context), Type::getFloatTy(Context),
  454                   Type::getDoubleTy(Context)}) {