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

References

include/llvm/IR/Constant.h
  189                       static_cast<const Constant *>(this)->stripPointerCasts());
lib/Analysis/ModuleSummaryAnalysis.cpp
  491     auto Fn = dyn_cast<Function>(I->stripPointerCasts());
lib/Target/ARM/ARMAsmPrinter.cpp
   83   const GlobalValue *GV = dyn_cast<GlobalValue>(CV->stripPointerCasts());
lib/Target/NVPTX/NVPTXAsmPrinter.cpp
 1739     const Value *v = Cexpr->stripPointerCasts();
 1886       const Value *v = Cexpr->stripPointerCasts();
tools/clang/lib/CodeGen/CodeGenModule.cpp
  281     C = C->stripPointerCasts();