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 97 /// EmitStrCpy - Emit a call to the strcpy function to the builder, for the
106 Value *StrCpy = M->getOrInsertFunction(Name, AttrListPtr::get(AWI, 2),
108 CallInst *CI = B.CreateCall2(StrCpy, CastToCStr(Dst, B), CastToCStr(Src, B),
110 if (const Function *F = dyn_cast<Function>(StrCpy->stripPointerCasts()))
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 424 // 'strcpy' Optimizations
432 // Verify the "strcpy" function prototype.
442 if (Dst == Src) // strcpy(x,x) -> x
    [all...]

Completed in 30 milliseconds