Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Elt

914       Constant *Elt = C->getAggregateElement(i);
915 if (!Elt) return nullptr;
917 if (isa<UndefValue>(Elt)) { // Already undef.
921 Elts.push_back(Elt);
963 // Note that we can't propagate undef elt info, because we don't know
964 // which elt is getting updated.
1199 // If only the low elt is demanded and this is a scalarizable intrinsic,