Home | History | Annotate | Download | only in Support

Lines Matching refs:Signed

1391 /// Calculate the magic numbers required to implement a signed integer division
2125 bool Signed, bool formatAsCLiteral) const {
2168 if (!Signed) {
2195 if (Signed && isNegative()) {
2196 // They want to print the signed version and it is a negative value
2246 std::string APInt::toString(unsigned Radix = 10, bool Signed = true) const {
2248 toString(S, Radix, Signed, /* formatAsCLiteral = */false);