Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SZ

1101   if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
1102 return getTruncateOrZeroExtend(SZ->getOperand(), Ty);
1423 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
1424 return getZeroExtendExpr(SZ->getOperand(), Ty);
1593 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
1594 return getZeroExtendExpr(SZ->getOperand(), Ty);
5651 const SCEVZeroExtendExpr *SZ
5652 if (Constant *CastOp = BuildConstantFromSCEV(SZ->getOperand()))
5653 return ConstantExpr::getZExt(CastOp, SZ->getType());