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

References

lib/Analysis/ConstantFolding.cpp
  925         if (!NewIdxs.empty())
  946         NewIdxs.push_back(ConstantInt::get(IntPtrTy, 0));
  955         NewIdxs.push_back(ConstantInt::get(IntPtrTy, NewIdx));
  971       NewIdxs.push_back(ConstantInt::get(Type::getInt32Ty(Ty->getContext()),
  989         NewIdxs.size() > *LastIRIndex) {
  992         if (NewIdxs[I] != InnermostGEP->getOperand(I + 1))
  997   Constant *C = ConstantExpr::getGetElementPtr(SrcElemTy, Ptr, NewIdxs,