Home | History | Annotate | Download | only in IR

Lines Matching defs:EltTy

834   Type *EltTy = V1->getType()->getVectorElementType();
838 return UndefValue::get(VectorType::get(EltTy, MaskNumElts));
850 Result.push_back(UndefValue::get(EltTy));
855 InElt = UndefValue::get(EltTy);