Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenTypeCache.h37 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member
/external/llvm/unittests/IR/
DInstructionsTest.cpp175 Type *Int16Ty = Type::getInt16Ty(C); in TEST() local
415 Type* Int16Ty = Type::getInt16Ty(C); in TEST() local
DConstantsTest.cpp197 Type *Int16Ty = Type::getInt16Ty(Context); in TEST() local
/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.h174 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty; variable
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp386 auto *Int16Ty = Type::getInt16Ty(Ctx); in getOrCreateRegionCounters() local