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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
  427   gep_type_iterator GTI = gep_type_begin(GEP);
  434   unsigned i, e = GEP->getNumOperands();
  437     if (ConstantInt *CI = dyn_cast<ConstantInt>(GEP->getOperand(i))) {
  458   Value *VariableIdx = GEP->getOperand(i);
  465     ConstantInt *CI = dyn_cast<ConstantInt>(GEP->getOperand(i));
  483   Type *IntPtrTy = DL.getIntPtrType(GEP->getOperand(0)->getType());