Searched defs:signedness (Results 1 – 8 of 8) sorted by relevance
53 IntegerType::SignednessSemantics signedness : 2; member
1058 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
65 verify(function_ref<InFlightDiagnostic ()> emitError,unsigned width,SignednessSemantics signedness) verify() argument
296 if (std::optional<bool> signedness = getToken().getIntTypeSignedness()) parseNonFunctionType() local
187 IntegerType::SignednessSemantics signedness; in runTest0() local
48 auto signedness = needsUnsigned adaptIntegralTypeSignedness() local
193 SignednessSemantics signedness; in parse() local
62 mlir::IntegerType::SignednessSemantics signedness = genIntegerType() local