Home | History | Annotate | Download | only in IR

Lines Matching defs:EltTy

725 template <typename ItTy, typename EltTy>
726 static bool rangeOnlyContains(ItTy Start, ItTy End, EltTy Elt) {
1944 Type *EltTy = V1->getType()->getVectorElementType();
1945 Type *ShufTy = VectorType::get(EltTy, NElts);