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

Declarations

include/llvm/Analysis/Loads.h
   30 bool isDereferenceablePointer(const Value *V, Type *Ty,

References

lib/Analysis/MemDerefPrinter.cpp
   56       if (isDereferenceablePointer(PO, LI->getType(), DL))
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 4027       isDereferenceablePointer(SV, I.getType(), DAG.getDataLayout());
 4668   if (isDereferenceablePointer(I.getPointerOperand(), I.getType(),
lib/Transforms/IPO/ArgumentPromotion.cpp
  497     if (!isDereferenceablePointer(CS.getArgument(ArgNo), Ty, DL))
lib/Transforms/Scalar/MergeICmps.cpp
  165   if (!isDereferenceablePointer(GEP, LoadI->getType(), DL)) {