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

References

lib/Transforms/Scalar/ConstantHoisting.cpp
  642   ConstCandVecType &ConstCandVec = BaseGV ?
  643       ConstGEPCandMap[BaseGV] : ConstIntCandVec;
  644   ConstInfoVecType &ConstInfoVec = BaseGV ?
  645       ConstGEPInfoMap[BaseGV] : ConstIntInfoVec;