Home | History | Annotate | Download | only in Core

Lines Matching refs:isUnsigned

873       assert(leftI.isUnsigned());
874 llvm::APSInt rightI(rhsInt->getValue(), /* isUnsigned */ true);
881 llvm::APSInt Multiplicand(rightI.getBitWidth(), /* isUnsigned */ true);