Home
last modified time | relevance | path

Searched defs:Int8Ty (Results 1 – 7 of 7) sorted by relevance

/external/llvm/unittests/VMCore/
DConstantsTest.cpp100 IntegerType* Int8Ty = Type::getInt8Ty(getGlobalContext()); in TEST() local
DInstructionsTest.cpp114 Type* Int8Ty = Type::getInt8Ty(C); in TEST() local
/external/llvm/examples/BrainF/
DBrainF.cpp84 Type* Int8Ty = IntegerType::getInt8Ty(C); in header() local
/external/llvm/lib/VMCore/
DLLVMContextImpl.h174 IntegerType Int1Ty, Int8Ty, Int16Ty, Int32Ty, Int64Ty; variable
/external/clang/lib/CodeGen/
DCodeGenModule.h105 llvm::IntegerType *Int8Ty, *Int32Ty, *Int64Ty; member
DCGExprScalar.cpp1811 llvm::Type *Int8Ty = llvm::Type::getInt8Ty(VMContext); in EmitOverflowCheckedBinOp() local
DCGObjCGNU.cpp124 llvm::IntegerType *Int8Ty; member in __anona4a3aa350111::CGObjCGNU