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

References

lib/Transforms/Scalar/LoopPredication.cpp
  393   Type *Ty = LHS->getType();
  396   if (SE->isLoopInvariant(LHS, L) && SE->isLoopInvariant(RHS, L)) {
  398     if (SE->isLoopEntryGuardedByCond(L, Pred, LHS, RHS))
  401                                      LHS, RHS))
  405   Value *LHSV = Expander.expandCodeFor(LHS, Ty, findInsertPt(Guard, {LHS}));
  405   Value *LHSV = Expander.expandCodeFor(LHS, Ty, findInsertPt(Guard, {LHS}));