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

References

lib/Transforms/Vectorize/LoopVectorize.cpp
 2563   assert(BackedgeTakenCount != SE->getCouldNotCompute() &&
 2576     BackedgeTakenCount = SE->getTruncateOrNoop(BackedgeTakenCount, IdxTy);
 2577   BackedgeTakenCount = SE->getNoopOrZeroExtend(BackedgeTakenCount, IdxTy);
 2580   const SCEV *ExitCount = SE->getAddExpr(
 2581       BackedgeTakenCount, SE->getOne(BackedgeTakenCount->getType()));
 2587   SCEVExpander Exp(*SE, DL, "induction");