Home | History | Annotate | Download | only in Sema

Lines Matching full:numelements

2330   unsigned numElements = 0;
2343 numElements = LHSType->getAs<VectorType>()->getNumElements();
2351 RHSType->getAs<VectorType>()->getNumElements() != numElements)
2361 } else if (numElements != numResElements) {
2383 if (Result.getActiveBits() > 64 || Result.getZExtValue() >= numElements*2)