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

References

lib/CodeGen/IntrinsicLowering.cpp
  218     ReplaceCallWith(Fname, CI, CS.arg_begin(), CS.arg_end(),
  222     ReplaceCallWith(Dname, CI, CS.arg_begin(), CS.arg_end(),
  228     ReplaceCallWith(LDname, CI, CS.arg_begin(), CS.arg_end(),
  262     Value *V = ReplaceCallWith("setjmp", CI, CS.arg_begin(), CS.arg_end(),
  274     ReplaceCallWith("longjmp", CI, CS.arg_begin(), CS.arg_end(),
  281     ReplaceCallWith("abort", CI, CS.arg_end(), CS.arg_end(),
  382     ReplaceCallWith("memcpy", CI, Ops, Ops+3, CI->getArgOperand(0)->getType());
  393     ReplaceCallWith("memmove", CI, Ops, Ops+3, CI->getArgOperand(0)->getType());
  408     ReplaceCallWith("memset", CI, Ops, Ops+3, CI->getArgOperand(0)->getType());