Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Sub

850   case Instruction::Sub:
851 Result.markConstantRange(LHSRange.sub(RHSRange));