Home | History | Annotate | Download | only in VMCore

Lines Matching refs:Elt

778                                                      Constant *Elt,
786 if (isa<UndefValue>(Elt))
796 (idxVal == i) ? Elt : UndefValue::get(Elt->getType());
804 if (Elt->isNullValue())
814 (idxVal == i) ? Elt : Constant::getNullValue(Elt->getType());
825 (idxVal == i) ? Elt : cast<Constant>(CVal->getOperand(i));
867 unsigned Elt = CI->getZExtValue();
868 if (Elt >= SrcNumElts*2)
870 else if (Elt >= SrcNumElts)
871 InElt = GetVectorElement(V2, Elt - SrcNumElts);
873 InElt = GetVectorElement(V1, Elt);