Home | History | Annotate | Download | only in IR

Lines Matching refs:MaskNumElts

787   unsigned MaskNumElts = Mask->getType()->getVectorNumElements();
792 return UndefValue::get(VectorType::get(EltTy, MaskNumElts));
801 for (unsigned i = 0; i != MaskNumElts; ++i) {