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

Declarations

include/llvm/Analysis/ValueTracking.h
  295   bool getConstantDataArrayInfo(const Value *V, ConstantDataArraySlice &Slice,

References

lib/Analysis/ValueTracking.cpp
 3498     return getConstantDataArrayInfo(GEP->getOperand(0), Slice, ElementSize,
 3554   if (!getConstantDataArrayInfo(V, Slice, 8, Offset))
 3634   if (!getConstantDataArrayInfo(V, Slice, CharSize))
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 5732   return getConstantDataArrayInfo(G->getGlobal(), Slice, 8,
lib/Transforms/Utils/SimplifyLibCalls.cpp
  666     if (getConstantDataArrayInfo(GEP->getOperand(0), Slice, CharSize)) {