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

/external/clang/lib/CodeGen/
H A DCodeGenTypeCache.h37 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member in struct:clang::CodeGen::CodeGenTypeCache
/external/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp386 auto *Int16Ty = Type::getInt16Ty(Ctx); local
387 auto *Int16ArrayTy = ArrayType::get(Int16Ty, IPVK_Last + 1);
400 Int16ArrayVals[Kind] = ConstantInt::get(Int16Ty, PD.NumValueSites[Kind]);
/external/llvm/unittests/IR/
H A DConstantsTest.cpp197 Type *Int16Ty = Type::getInt16Ty(Context); local
213 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2));
218 Constant *Elt = ConstantInt::get(Int16Ty, 2015);
219 Constant *Undef16 = UndefValue::get(Int16Ty);
H A DInstructionsTest.cpp175 Type *Int16Ty = Type::getInt16Ty(C); local
188 Type *V4Int16Ty = VectorType::get(Int16Ty, 4);
248 EXPECT_TRUE(CastInst::isBitCastable(Int16Ty, HalfTy));
415 Type* Int16Ty = Type::getInt16Ty(C); local
472 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS2,
479 Int64PtrTyAS1, Int64PtrTyAS2, Int16Ty,
486 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS1,
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DLLVMContextImpl.h174 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty; member in class:llvm::LLVMContextImpl
/external/llvm/lib/IR/
H A DLLVMContextImpl.h1110 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty, Int128Ty; member in class:llvm::LLVMContextImpl

Completed in 187 milliseconds