Home
last modified time | relevance | path

Searched defs:Int16Ty (Results 1 – 4 of 4) 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.cpp172 Type *Int16Ty = Type::getInt16Ty(getGlobalContext()); in TEST() local
/external/clang/lib/CodeGen/
DCodeGenTypeCache.h37 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp333 auto *Int16Ty = Type::getInt16Ty(Ctx); in getOrCreateRegionCounters() local