Home | History | Annotate | Download | only in Utils

Lines Matching refs:IsAscii

1587     // isascii(c) -> c <u 128
1589 Op = B.CreateICmpULT(Op, B.getInt32(128), "isascii");
2092 static IsAsciiOpt IsAscii;
2197 case LibFunc::isascii:
2198 return &IsAscii;