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

References

lib/Analysis/ScalarEvolution.cpp
 1276     return getTruncateExpr(ST->getOperand(), Ty, Depth + 1);
 1280     return getTruncateOrSignExtend(SS->getOperand(), Ty, Depth + 1);
 1284     return getTruncateOrZeroExtend(SZ->getOperand(), Ty, Depth + 1);
 1286   if (Depth > MaxCastDepth) {
 1304       const SCEV *S = getTruncateExpr(CommOp->getOperand(i), Ty, Depth + 1);
 1328       Operands.push_back(getTruncateExpr(Op, Ty, Depth + 1));