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

References

lib/Analysis/ScalarEvolution.cpp
 1639   assert(getTypeSizeInBits(Op->getType()) < getTypeSizeInBits(Ty) &&
 1646   if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(Op))
 1651   if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
 1658   ID.AddPointer(Op);
 1664                                                      Op, Ty);
 1671   if (const SCEVTruncateExpr *ST = dyn_cast<SCEVTruncateExpr>(Op)) {
 1687   if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(Op))
 1852     if (matchURem(Op, LHS, RHS))
 1858   if (auto *Div = dyn_cast<SCEVUDivExpr>(Op))
 1862   if (auto *SA = dyn_cast<SCEVAddExpr>(Op)) {
 1895   if (auto *SM = dyn_cast<SCEVMulExpr>(Op)) {
 1937                                                    Op, Ty);