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

References

lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
  224           Builder.SetInsertPoint(CI);
  225           Builder.SetCurrentDebugLocation(CI->getDebugLoc());
  230             Arg = Builder.CreateZExt(Arg, ResType);
  232             Arg = Builder.CreateSExt(Arg, ResType);
  319       Builder.SetInsertPoint(CI);
  320       Builder.SetCurrentDebugLocation(CI->getDebugLoc());
  362           dyn_cast<ICmpInst>(Builder.CreateICmpNE(pcall, zeroIntPtr, ""));
  365             Builder.CreateSExt(Builder.CreateNot(cmp), I32Ty, "printf_res");
  365             Builder.CreateSExt(Builder.CreateNot(cmp), I32Ty, "printf_res");
  372       Builder.SetInsertPoint(Brnch);