Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Elt

175       Constant *Elt = Zero;
183 Src = ConstantExpr::getZExt(Src, Elt->getType());
191 Elt = ConstantExpr::getOr(Elt, Src);
193 Result.push_back(Elt);
212 Constant *Elt = ConstantExpr::getLShr(Src,
220 Constant *CE = ConstantExpr::getTrunc(Elt, DstIntTy);
226 Result.push_back(ConstantExpr::getTrunc(Elt, DstEltTy));