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

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

Completed in 214 milliseconds