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

References

lib/Transforms/Scalar/ConstantHoisting.cpp
  626   for (auto ConstCand = S; ConstCand != E; ++ConstCand) {
  626   for (auto ConstCand = S; ConstCand != E; ++ConstCand) {
  627     APInt Diff = ConstCand->ConstInt->getValue() - ConstInt->getValue();
  630         ConstCand->ConstExpr ? ConstCand->ConstExpr->getType() : nullptr;
  630         ConstCand->ConstExpr ? ConstCand->ConstExpr->getType() : nullptr;
  632       RebasedConstantInfo(std::move(ConstCand->Uses), Offset, ConstTy));