Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:getNumElements

706       if (SrcTy && SrcTy->getNumElements() != DestTy->getNumElements())
1210 unsigned VWidth = cast<VectorType>(Inst.getType())->getNumElements();
1212 assert(cast<VectorType>(LHS->getType())->getNumElements() == VWidth);
1213 assert(cast<VectorType>(RHS->getType())->getNumElements() == VWidth);
2191 cast<ArrayType>(LHS->getType())->getNumElements()
2193 cast<ArrayType>(RHS->getType())->getNumElements();
2245 unsigned NumTypeInfos = FilterType->getNumElements();
2382 unsigned FElts = FTy->getNumElements();
2402 unsigned LElts = LTy->getNumElements();