Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Elt

470   unsigned Elt = ShiftAmount / DestWidth;
472 Elt = NumVecElts - 1 - Elt;
474 return ExtractElementInst::Create(VecInput, IC.Builder->getInt32(Elt));