Home | History | Annotate | Download | only in Utils

Lines Matching refs:IsAscii

1311     // isascii(c) -> c <u 128
1313 Op = B.CreateICmpULT(Op, B.getInt32(128), "isascii");
1749 static IsAsciiOpt IsAscii;
1846 case LibFunc::isascii:
1847 return &IsAscii;