reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Transforms/Utils/SimplifyLibCalls.h
  186   Value *optimizeStringMemoryLibCall(CallInst *CI, IRBuilder<> &B);

References

lib/Transforms/Utils/SimplifyLibCalls.cpp
 3048       if (Value *V = optimizeStringMemoryLibCall(SimplifiedCI, TmpBuilder)) {
 3062     if (Value *V = optimizeStringMemoryLibCall(CI, Builder))