Lines Matching refs:getNumElements
366 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants()
367 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants()
380 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants()
381 unsigned NumElementsR = cast<StructType>(TyR)->getNumElements(); in cmpConstants()
394 unsigned NumElementsL = cast<FixedVectorType>(TyL)->getNumElements(); in cmpConstants()
395 unsigned NumElementsR = cast<FixedVectorType>(TyR)->getNumElements(); in cmpConstants()
544 if (STyL->getNumElements() != STyR->getNumElements()) in cmpTypes()
545 return cmpNumbers(STyL->getNumElements(), STyR->getNumElements()); in cmpTypes()
550 for (unsigned i = 0, e = STyL->getNumElements(); i != e; ++i) { in cmpTypes()
579 if (STyL->getNumElements() != STyR->getNumElements()) in cmpTypes()
580 return cmpNumbers(STyL->getNumElements(), STyR->getNumElements()); in cmpTypes()