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

References

lib/Transforms/Utils/SimplifyLibCalls.cpp
  755   bool HasS1 = getConstantStringInfo(CI->getArgOperand(0), S1);
  756   bool HasS2 = getConstantStringInfo(CI->getArgOperand(1), S2);
  761     return Constant::getNullValue(CI->getType());
  767       return Constant::getNullValue(CI->getType());
  769     return B.CreateGEP(B.getInt8Ty(), CI->getArgOperand(0), B.getInt64(I),
  775     return emitStrChr(CI->getArgOperand(0), S2[0], B, TLI);