Searched defs:StrCpy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp164 Value *StrCpy = M->getOrInsertFunction(Name, local
167 CallInst *CI = B.CreateCall2(StrCpy, CastToCStr(Dst, B), CastToCStr(Src, B),
169 if (const Function *F = dyn_cast<Function>(StrCpy->stripPointerCasts()))
H A DSimplifyLibCalls.cpp1722 static StrCpyOpt StrCpy; member in namespace:llvm
1790 return &StrCpy;

Completed in 52 milliseconds