Searched defs:int8Ty (Results 1 – 3 of 3) sorted by relevance
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ | ||
H A D | IRForTarget.cpp | 1559 Type *int8Ty = Type::getInt8Ty(function->getContext()); ReplaceVariables() local |
/llvm-project/mlir/lib/IR/ | ||
H A D | MLIRContext.cpp | 237 IntegerType int1Ty, int8Ty, int16Ty, int32Ty, int64Ty, int128Ty; global() member in mlir::MLIRContextImpl |
/llvm-project/flang/lib/Optimizer/Builder/ | ||
H A D | IntrinsicCall.cpp | 4154 mlir::Type int8Ty = builder.getIntegerType(8); genIeeeClass() local |