Home
last modified time | relevance | path

Searched defs:signedness (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/lib/IR/
H A DTypeDetail.h53 IntegerType::SignednessSemantics signedness : 2; member
H A DMLIRContext.cpp1058 if (signedness != IntegerType::Signless) in getCachedIntegerType() argument
1082 get(MLIRContext * context,unsigned width,IntegerType::SignednessSemantics signedness) get() argument
1091 getChecked(function_ref<InFlightDiagnostic ()> emitError,MLIRContext * context,unsigned width,SignednessSemantics signedness) getChecked() argument
H A DBuiltinTypes.cpp65 verify(function_ref<InFlightDiagnostic ()> emitError,unsigned width,SignednessSemantics signedness) verify() argument
/llvm-project/mlir/lib/AsmParser/
H A DTypeParser.cpp296 if (std::optional<bool> signedness = getToken().getIntTypeSignedness()) parseNonFunctionType() local
/llvm-project/mlir/test/lib/IR/
H A DTestBytecodeRoundtrip.cpp187 IntegerType::SignednessSemantics signedness; in runTest0() local
/llvm-project/mlir/lib/Conversion/ArithToEmitC/
H A DArithToEmitC.cpp48 auto signedness = needsUnsigned adaptIntegralTypeSignedness() local
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestTypes.cpp193 SignednessSemantics signedness; in parse() local
/llvm-project/flang/lib/Lower/
H A DConvertType.cpp62 mlir::IntegerType::SignednessSemantics signedness = genIntegerType() local