Lines Matching defs:IsDigit
1295 // isdigit(c) -> (c-'0') <u 101298 Op = B.CreateICmpULT(Op, B.getInt32(10), "isdigit");1748 static IsDigitOpt IsDigit;1844 case LibFunc::isdigit:1845 return &IsDigit;