Home | History | Annotate | Download | only in Utils

Lines Matching refs:StrNCpy

141   case LibFunc::strncpy:
790 if (!TLI->has(LibFunc::strncpy))
795 Value *StrNCpy = M->getOrInsertFunction(Name, I8Ptr, I8Ptr, I8Ptr,
799 StrNCpy, {castToCStr(Dst, B), castToCStr(Src, B), Len}, "strncpy");
800 if (const Function *F = dyn_cast<Function>(StrNCpy->stripPointerCasts()))