Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SRem

1250   case Instruction::SRem:
1258 // The low bits of the first operand are unchanged by the srem.
1914 case Instruction::SRem: {
1916 // srem X, C -> we know that the result is within [-C+1,C) when C is a
1925 // Calculate the incoming numerator bits. SRem by a positive constant
2832 case Instruction::SRem: {