Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:Tmp

1581           APInt Tmp;
1582 Tmp = Tmp.zext(SrcBitSize);
1583 Tmp = TempSrc.AggregateVal[SrcElt++].IntVal;
1584 Tmp = Tmp.zext(DstBitSize);
1585 Tmp = Tmp.shl(ShiftAmt);
1587 Elt.IntVal |= Tmp;