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

References

lib/Transforms/Utils/SimplifyIndVar.cpp
  207   CheapExpansions[S] = ICmp->getOperand(IVOperIdx);
  208   CheapExpansions[X] = ICmp->getOperand(1 - IVOperIdx);
  217       CheapExpansions[IncomingS] = Incoming;
  220   Value *NewLHS = CheapExpansions[InvariantLHS];
  221   Value *NewRHS = CheapExpansions[InvariantRHS];