Lines Matching defs:isSigned
1106 bool isSigned) {
1141 bool valid = intType.isSigned() == isSigned;
1143 LLVM_DEBUG(llvm::dbgs() << "expected signedness " << isSigned
1152 bool isInt, bool isSigned) {
1154 isSigned);
1160 bool isSigned) {
1162 isInt, isSigned);
1166 bool isSigned) const {
1167 return ::isValidIntOrFloat(getElementType(), dataEltSize, isInt, isSigned);
1170 bool isSigned) const {
1173 dataEltSize / 2, isInt, isSigned);
1361 bool isSigned) {
1364 dataEltSize / 2, isInt, isSigned) &&
1379 bool isSigned) {
1381 isSigned) &&
1561 template <size_t width, bool isSigned>
1567 return isSigned ? !type.isUnsigned() : !type.isSigned();