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