Home | History | Annotate | Download | only in Utils

Lines Matching refs:StrRChr

526     // Verify the "strrchr" function prototype.
543 // strrchr(s, 0) -> strchr(s, 0)
555 // strrchr(s+n,c) -> gep(s+n+i,c)
556 return B.CreateGEP(SrcStr, B.getInt64(I), "strrchr");
2063 static StrRChrOpt StrRChr;
2132 case LibFunc::strrchr:
2133 return &StrRChr;