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

References

lib/Analysis/ScalarEvolution.cpp
 4967   if (!BO)
 4970   if (BO->Opcode != Instruction::Add)
 4974   if (BO->LHS == PN && L->isLoopInvariant(BO->RHS))
 4974   if (BO->LHS == PN && L->isLoopInvariant(BO->RHS))
 4975     Accum = getSCEV(BO->RHS);
 4976   else if (BO->RHS == PN && L->isLoopInvariant(BO->LHS))
 4976   else if (BO->RHS == PN && L->isLoopInvariant(BO->LHS))
 4977     Accum = getSCEV(BO->LHS);
 4983   if (BO->IsNUW)
 4985   if (BO->IsNSW)