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

References

lib/Analysis/ConstantFolding.cpp
  851           assert((!CE || CE->getType() == IntPtrTy) &&
  851           assert((!CE || CE->getType() == IntPtrTy) &&
  853           if (CE && CE->getOpcode() == Instruction::Sub &&
  853           if (CE && CE->getOpcode() == Instruction::Sub &&
  854               CE->getOperand(0)->isNullValue()) {
  855             Constant *Res = ConstantExpr::getPtrToInt(Ptr, CE->getType());
  856             Res = ConstantExpr::getSub(Res, CE->getOperand(1));