Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Elt

407       Constant *Elt = C->getAggregateElement(i);
409 if (!Elt)
411 else if (isa<UndefValue>(Elt))
414 LV.markConstant(Elt); // Constants are constant.