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

  /external/llvm/unittests/IR/
ConstantsTest.cpp 169 Type *Int16Ty = Type::getInt16Ty(getGlobalContext());
185 Constant *P6 = ConstantExpr::getBitCast(P4, VectorType::get(Int16Ty, 2));
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,
  /external/llvm/lib/IR/
LLVMContextImpl.h 297 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty;
  /external/clang/lib/CodeGen/
CodeGenModule.h 113 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty;
    [all...]

Completed in 208 milliseconds