Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:sext

1248       Dest.AggregateVal[i].IntVal = Src.AggregateVal[i].IntVal.sext(DBitWidth);
1252 Dest.IntVal = Src.IntVal.sext(DBitWidth);
1980 case Instruction::SExt: