Searched defs:Int16Ty (Results 1 - 4 of 4) sorted by relevance

/external/llvm/unittests/IR/
H A DConstantsTest.cpp169 Type *Int16Ty = Type::getInt16Ty(getGlobalContext()); local
185 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2));
H A DInstructionsTest.cpp120 Type *Int16Ty = Type::getInt16Ty(C); local
133 Type *V4Int16Ty = VectorType::get(Int16Ty, 4);
186 EXPECT_TRUE(CastInst::isBitCastable(Int16Ty, HalfTy));
332 Type* Int16Ty = Type::getInt16Ty(C); local
390 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS2,
398 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS2,
405 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS2,
412 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS1,
420 Int64PtrTyAS1, Int64PtrTyAS2, Int16Ty,
/external/llvm/lib/IR/
H A DLLVMContextImpl.h297 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty; member in class:llvm::LLVMContextImpl
/external/clang/lib/CodeGen/
H A DCodeGenModule.h113 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member in struct:clang::CodeGen::CodeGenTypeCache

Completed in 130 milliseconds