HomeSort by relevance Sort by last modified time
    Searched refs:StrCpy (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 101 /// EmitStrCpy - Emit a call to the strcpy function to the builder, for the
110 Value *StrCpy = M->getOrInsertFunction(Name, AttrListPtr::get(AWI, 2),
112 CallInst *CI = B.CreateCall2(StrCpy, CastToCStr(Dst, B), CastToCStr(Src, B),
114 if (const Function *F = dyn_cast<Function>(StrCpy->stripPointerCasts()))
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 420 // 'strcpy' Optimizations
428 // Verify the "strcpy" function prototype.
438 if (Dst == Src) // strcpy(x,x) -> x
    [all...]

Completed in 43 milliseconds