Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DConstantsTest.cpp103 IntegerType* Int8Ty = Type::getInt8Ty(getGlobalContext()); in TEST() local
DInstructionsTest.cpp119 Type* Int8Ty = Type::getInt8Ty(C); in TEST() local
/external/llvm/examples/BrainF/
DBrainF.cpp84 Type* Int8Ty = IntegerType::getInt8Ty(C); in header() local
/external/clang/lib/CodeGen/
DCodeGenModule.h114 llvm::IntegerType *Int8Ty, *Int16Ty, *Int32Ty, *Int64Ty; member
DCGObjCGNU.cpp118 llvm::IntegerType *Int8Ty; member in __anoneae344580111::CGObjCGNU
DCGExprScalar.cpp2163 llvm::Type *Int8Ty = CGF.Int8Ty; in EmitOverflowCheckedBinOp() local