Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SCEVZeroExtendExpr

151     const SCEVZeroExtendExpr *ZExt = cast<SCEVZeroExtendExpr>(this);
345 SCEVZeroExtendExpr::SCEVZeroExtendExpr(const FoldingSetNodeIDRef ID,
850 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
914 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
1053 SCEV *S = new (SCEVAllocator) SCEVZeroExtendExpr(ID.Intern(SCEVAllocator),
1175 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
1365 if (!isa<SCEVZeroExtendExpr>(ZExt))
3339 if (const SCEVZeroExtendExpr *E = dyn_cast<SCEVZeroExtendExpr>(S)) {
3463 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) {
3604 if (const SCEVZeroExtendExpr *ZExt = dyn_cast<SCEVZeroExtendExpr>(S)) {
3859 if (const SCEVZeroExtendExpr *Z =
3860 dyn_cast<SCEVZeroExtendExpr>(getSCEV(U->getOperand(0)))) {
5284 const SCEVZeroExtendExpr *SZ = cast<SCEVZeroExtendExpr>(V);
5533 if (const SCEVZeroExtendExpr *Cast = dyn_cast<SCEVZeroExtendExpr>(V)) {
7105 void visitZeroExtendExpr(const SCEVZeroExtendExpr *Numerator) {}