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

References

tools/polly/lib/Exchange/JSONExporter.cpp
  601       {"void", Type::getVoidTy(LLVMContext)},
  602       {"half", Type::getHalfTy(LLVMContext)},
  603       {"float", Type::getFloatTy(LLVMContext)},
  604       {"double", Type::getDoubleTy(LLVMContext)},
  605       {"x86_fp80", Type::getX86_FP80Ty(LLVMContext)},
  606       {"fp128", Type::getFP128Ty(LLVMContext)},
  607       {"ppc_fp128", Type::getPPC_FP128Ty(LLVMContext)},
  608       {"i1", Type::getInt1Ty(LLVMContext)},
  609       {"i8", Type::getInt8Ty(LLVMContext)},
  610       {"i16", Type::getInt16Ty(LLVMContext)},
  611       {"i32", Type::getInt32Ty(LLVMContext)},
  612       {"i64", Type::getInt64Ty(LLVMContext)},
  613       {"i128", Type::getInt128Ty(LLVMContext)}};