Home | History | Annotate | Download | only in IR

Lines Matching defs:Elt

801                                                      Constant *Elt,
819 Result.push_back(Elt);
848 int Elt = ShuffleVectorInst::getMaskValue(Mask, i);
849 if (Elt == -1) {
854 if (unsigned(Elt) >= SrcNumElts*2)
856 else if (unsigned(Elt) >= SrcNumElts) {
860 ConstantInt::get(Ty, Elt - SrcNumElts));
863 InElt = ConstantExpr::getExtractElement(V1, ConstantInt::get(Ty, Elt));