Home | History | Annotate | Download | only in Analysis

Lines Matching refs:AShr

512   case Instruction::AShr:
513 // (ashr X, C1) & C2 == 0 iff (-1 >> C1) & C2 == 0
1118 /// information. For example, immediately after an "ashr X, 2", we know that
1147 case Instruction::AShr: {
1149 // ashr X, C -> adds C sign bits. Vectors too.