Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:Elt

303     Constant *Elt = Init->getAggregateElement(i);
304 if (!Elt) return nullptr;
308 Elt = ConstantExpr::getExtractValue(Elt, LaterIndices);
311 if (AndCst) Elt = ConstantExpr::getAnd(Elt, AndCst);
314 Constant *C = ConstantFoldCompareInstOperands(ICI.getPredicate(), Elt,