Searched refs:RealIVSCEV (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp557 const SCEVAddRecExpr *RealIVSCEV = cast<SCEVAddRecExpr>(SE->getSCEV(RealIV)); local
572 if (User1SCEV == RealIVSCEV->getPostIncExpr(*SE)) {
577 if (User2SCEV != RealIVSCEV->getPostIncExpr(*SE))
586 if (RealIVSCEV->getStart()->getType() != MulScale->getType())
588 if (SE->getMulExpr(RealIVSCEV->getStart(), MulScale) !=
773 const SCEVAddRecExpr *RealIVSCEV = cast<SCEVAddRecExpr>(SE->getSCEV(IV)); local
774 uint64_t Inc = cast<SCEVConstant>(RealIVSCEV->getOperand(1))->
1076 const SCEV *Start = RealIVSCEV->getStart();
1082 SE->getConstant(RealIVSCEV->getType(), 1),
1094 const SCEV *ICSCEV = RealIVSCEV
[all...]

Completed in 46 milliseconds