Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Elt

131       Constant *Elt = Zero;
139 Src = ConstantExpr::getZExt(Src, Elt->getType());
147 Elt = ConstantExpr::getOr(Elt, Src);
149 Result.push_back(Elt);
166 Constant *Elt = ConstantExpr::getLShr(Src,
171 Result.push_back(ConstantExpr::getTrunc(Elt, DstEltTy));