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

References

lib/Target/X86/X86FastISel.cpp
  913         Disp += SL->getElementOffset(cast<ConstantInt>(Op)->getZExtValue());
  921         if (const ConstantInt *CI = dyn_cast<ConstantInt>(Op)) {
  926         if (canFoldAddIntoGEP(U, Op)) {
  929             cast<ConstantInt>(cast<AddOperator>(Op)->getOperand(1));
  932           Op = cast<AddOperator>(Op)->getOperand(0);
  932           Op = cast<AddOperator>(Op)->getOperand(0);
  940           IndexReg = getRegForGEPIndex(Op).first;