Home | History | Annotate | Download | only in Utils

Lines Matching refs:StrPBrk

825     // strpbrk(s, "") -> NULL
826 // strpbrk("", s) -> NULL
836 return B.CreateGEP(CI->getArgOperand(0), B.getInt64(I), "strpbrk");
839 // strpbrk(s, "a") -> strchr(s, 'a')
2070 static StrPBrkOpt StrPBrk;
2146 case LibFunc::strpbrk:
2147 return &StrPBrk;