Searched refs:Int16Ty (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenTypeCache.h37 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member in struct:clang::CodeGen::CodeGenTypeCache
H A DCGBuiltin.cpp2125 return llvm::VectorType::get(CGF->Int16Ty, V1Ty ? 1 : (4 << IsQuad));
4299 llvm::Type *VTy = llvm::VectorType::get(Int16Ty, 4);
4300 Op = Builder.CreateBitCast(Op, Int16Ty);
4832 Ops[0] = Builder.CreateBitCast(Ops[0], llvm::VectorType::get(Int16Ty, 4));
4837 Ops[0] = Builder.CreateBitCast(Ops[0], llvm::VectorType::get(Int16Ty, 8));
5452 VTy = llvm::VectorType::get(Int16Ty, 4);
5456 return Builder.CreateTrunc(Ops[0], Int16Ty);
5476 VTy = llvm::VectorType::get(Int16Ty, 8);
5480 return Builder.CreateTrunc(Ops[0], Int16Ty);
5494 VTy = llvm::VectorType::get(Int16Ty,
[all...]
H A DCodeGenModule.cpp105 Int16Ty = llvm::Type::getInt16Ty(LLVMContext);
3875 llvm::ConstantInt::get(Int16Ty, Uuid.substr(9, 4), 16),
3876 llvm::ConstantInt::get(Int16Ty, Uuid.substr(14, 4), 16),
/external/llvm/unittests/IR/
H A DInstructionsTest.cpp175 Type *Int16Ty = Type::getInt16Ty(C); local
188 Type *V4Int16Ty = VectorType::get(Int16Ty, 4);
248 EXPECT_TRUE(CastInst::isBitCastable(Int16Ty, HalfTy));
411 Type* Int16Ty = Type::getInt16Ty(C); local
468 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS2,
475 Int64PtrTyAS1, Int64PtrTyAS2, Int16Ty,
482 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS1,
H A DConstantsTest.cpp172 Type *Int16Ty = Type::getInt16Ty(getGlobalContext()); local
188 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2));
194 Constant *Elt = ConstantInt::get(Int16Ty, 2015);
195 Constant *Undef16 = UndefValue::get(Int16Ty);
/external/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp333 auto *Int16Ty = Type::getInt16Ty(Ctx); local
334 auto *Int16ArrayTy = ArrayType::get(Int16Ty, IPVK_Last+1);
347 Int16ArrayVals[Kind] = ConstantInt::get(Int16Ty, PD.NumValueSites[Kind]);
/external/llvm/lib/IR/
H A DLLVMContextImpl.cpp37 Int16Ty(C, 16),
H A DType.cpp232 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; }
H A DLLVMContextImpl.h975 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty; member in class:llvm::LLVMContextImpl
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli506 [llvm::Type::Int16Ty]. *)

Completed in 221 milliseconds