Home | History | Annotate | Download | only in Scalar

Lines Matching defs:IsDigit

1036 // 'isdigit' Optimizations
1046 // isdigit(c) -> (c-'0') <u 10
1049 Op = B.CreateICmpULT(Op, B.getInt32(10), "isdigit");
1484 FFSOpt FFS; AbsOpt Abs; IsDigitOpt IsDigit; IsAsciiOpt IsAscii;
1604 Optimizations["isdigit"] = &IsDigit;