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

  /external/llvm/lib/VMCore/
LLVMContextImpl.cpp 34 Int16Ty(C, 16),
LLVMContextImpl.h 299 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty;
Type.cpp 261 IntegerType *Type::getInt16Ty(LLVMContext &C) { return &C.pImpl->Int16Ty; }
  /external/clang/lib/CodeGen/
CodeGenModule.h 107 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty;
    [all...]
CodeGenModule.cpp 85 Int16Ty = llvm::Type::getInt16Ty(LLVMContext);
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 400 [llvm::Type::Int16Ty]. *)
    [all...]

Completed in 328 milliseconds