HomeSort by relevance Sort by last modified time
    Searched refs:Int16Ty (Results 1 - 9 of 9) sorted by null

  /external/llvm/unittests/IR/
InstructionsTest.cpp 175 Type *Int16Ty = Type::getInt16Ty(C);
188 Type *V4Int16Ty = VectorType::get(Int16Ty, 4);
248 EXPECT_TRUE(CastInst::isBitCastable(Int16Ty, HalfTy));
411 Type* Int16Ty = Type::getInt16Ty(C);
468 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS2,
475 Int64PtrTyAS1, Int64PtrTyAS2, Int16Ty,
482 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS1,
ConstantsTest.cpp 171 Type *Int16Ty = Type::getInt16Ty(getGlobalContext());
187 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2));
  /external/llvm/lib/IR/
LLVMContextImpl.cpp 36 Int16Ty(C, 16),
Type.cpp 238 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; }
LLVMContextImpl.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 114 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty;
    [all...]
CodeGenModule.cpp 99 Int16Ty = llvm::Type::getInt16Ty(LLVMContext);
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 506 [llvm::Type::Int16Ty]. *)
    [all...]

Completed in 843 milliseconds