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

References

lib/Transforms/Utils/SimplifyLibCalls.cpp
  340   Function *Callee = CI->getCalledFunction();
  342   Value *SrcStr = CI->getArgOperand(0);
  343   annotateNonNullBasedOnAccess(CI, 0);
  347   ConstantInt *CharC = dyn_cast<ConstantInt>(CI->getArgOperand(1));
  351       annotateDereferenceableBytes(CI, 0, Len);
  357     return emitMemChr(SrcStr, CI->getArgOperand(1), // include nul.
  358                       ConstantInt::get(DL.getIntPtrType(CI->getContext()), Len),
  378     return Constant::getNullValue(CI->getType());