Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:shl

911     Dest.IntVal = Src1.IntVal.shl(Src2.IntVal.getZExtValue());
1254 case Instruction::Shl:
1255 Dest.IntVal = Op0.IntVal.shl(Op1.IntVal.getZExtValue());