reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1724 if (R2.isEmpty(SE, /* IsSigned */ false)) 1727 return R2; 1736 if (R1Value.getType() != R2.getType()) 1739 const SCEV *NewBegin = SE.getUMaxExpr(R1Value.getBegin(), R2.getBegin()); 1740 const SCEV *NewEnd = SE.getUMinExpr(R1Value.getEnd(), R2.getEnd());