Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Elt

456       APInt Elt = CI0->getValue();
457 Elt = Elt.lshr(Index).zextOrTrunc(Length);
458 return LowConstantHighUndef(Elt.getZExtValue());
1508 Constant *Elt = Mask->getAggregateElement(i);
1509 if (!Elt || !(isa<ConstantInt>(Elt) || isa<UndefValue>(Elt))) {