Lines Matching defs:isSigned
16 bool isSigned, MLIRContext *ctx,
22 if (isSigned) {
31 if (isSigned) {
40 if (isSigned) {
110 Type expressedType, bool isSigned) {
112 unsigned flags = isSigned ? QuantizationFlags::Signed : 0;
116 if (getDefaultStorageParams(numBits, narrowRange, isSigned, ctx, storageType,
142 Type expressedType, bool isSigned) {
154 if (getDefaultStorageParams(numBits, narrowRange, isSigned, ctx, storageType,
180 unsigned flags = isSigned ? QuantizationFlags::Signed : 0;