Searched refs:typeSigned (Results 1 – 1 of 1) sorted by relevance
547 const InputType typeSigned = getInputType(typeWidth, true); in getOtherSizeTypes() local549 if ((inputType == typeUnsigned) || (inputType == typeSigned)) in getOtherSizeTypes()551 const bool isSigned = (inputType == typeSigned); in getOtherSizeTypes()643 const InputType typeSigned = getInputType(typeWidth, true); in getBinaryFullOperationWithInputWidthStr() local645 if ((inputType == typeUnsigned) || (inputType == typeSigned)) in getBinaryFullOperationWithInputWidthStr()647 const bool isSigned = (inputType == typeSigned); in getBinaryFullOperationWithInputWidthStr()