Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LShr

713 ///   %x.extract.shift = lshr i64 %arg1, 32
719 /// %x.extract.shift.1 = lshr i64 %arg1, 32
758 // i64 shift.result = lshr i64 opnd, imm
3171 BinOp->getOpcode() == Instruction::LShr)) {