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

References

lib/Transforms/InstCombine/InstCombinePHI.cpp
  395     if (!GEP || !GEP->hasOneUse() || GEP->getType() != FirstInst->getType() ||
  395     if (!GEP || !GEP->hasOneUse() || GEP->getType() != FirstInst->getType() ||
  395     if (!GEP || !GEP->hasOneUse() || GEP->getType() != FirstInst->getType() ||
  396       GEP->getNumOperands() != FirstInst->getNumOperands())
  399     AllInBounds &= GEP->isInBounds();
  403         (!isa<AllocaInst>(GEP->getOperand(0)) ||
  404          !GEP->hasAllConstantIndices()))
  409       if (FirstInst->getOperand(op) == GEP->getOperand(op))
  418           isa<ConstantInt>(GEP->getOperand(op)))
  421       if (FirstInst->getOperand(op)->getType() !=GEP->getOperand(op)->getType())