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 120 Type *Int16Ty = Type::getInt16Ty(C);
133 Type *V4Int16Ty = VectorType::get(Int16Ty, 4);
186 EXPECT_TRUE(CastInst::isBitCastable(Int16Ty, HalfTy));
332 Type* Int16Ty = Type::getInt16Ty(C);
390 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS2,
398 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS2,
405 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS2,
412 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS1,
420 Int64PtrTyAS1, Int64PtrTyAS2, Int16Ty,
ConstantsTest.cpp 169 Type *Int16Ty = Type::getInt16Ty(getGlobalContext());
185 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2));
  /external/llvm/lib/IR/
LLVMContextImpl.cpp 35 Int16Ty(C, 16),
LLVMContextImpl.h 297 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty;
Type.cpp 240 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; }
  /external/clang/lib/CodeGen/
CodeGenModule.h 113 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty;
    [all...]
CodeGenModule.cpp 94 Int16Ty = llvm::Type::getInt16Ty(LLVMContext);
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 400 [llvm::Type::Int16Ty]. *)
    [all...]

Completed in 128 milliseconds