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 175 Type *Int16Ty = Type::getInt16Ty(C);
188 Type *V4Int16Ty = VectorType::get(Int16Ty, 4);
248 EXPECT_TRUE(CastInst::isBitCastable(Int16Ty, HalfTy));
409 Type* Int16Ty = Type::getInt16Ty(C);
466 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS2,
473 Int64PtrTyAS1, Int64PtrTyAS2, Int16Ty,
480 Int16Ty, Int64PtrTyAS1, Int64PtrTyAS1,
  /external/llvm/lib/IR/
LLVMContextImpl.h 306 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty;
  /external/clang/lib/CodeGen/
CodeGenModule.h 111 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty;
    [all...]

Completed in 793 milliseconds