Home
last modified time | relevance | path

Searched defs:Int16Ty (Results 1 – 3 of 3) sorted by relevance

/external/llvm/unittests/IR/
DInstructionsTest.cpp175 Type *Int16Ty = Type::getInt16Ty(C); in TEST() local
411 Type* Int16Ty = Type::getInt16Ty(C); in TEST() local
DConstantsTest.cpp171 Type *Int16Ty = Type::getInt16Ty(getGlobalContext()); in TEST() local
/external/clang/lib/CodeGen/
DCodeGenModule.h114 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member