Lines Matching refs:getNumElements
318 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants()
319 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants()
332 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants()
333 unsigned NumElementsR = cast<StructType>(TyR)->getNumElements(); in cmpConstants()
346 unsigned NumElementsL = cast<FixedVectorType>(TyL)->getNumElements(); in cmpConstants()
347 unsigned NumElementsR = cast<FixedVectorType>(TyR)->getNumElements(); in cmpConstants()
462 if (STyL->getNumElements() != STyR->getNumElements()) in cmpTypes()
463 return cmpNumbers(STyL->getNumElements(), STyR->getNumElements()); in cmpTypes()
468 for (unsigned i = 0, e = STyL->getNumElements(); i != e; ++i) { in cmpTypes()
497 if (STyL->getNumElements() != STyR->getNumElements()) in cmpTypes()
498 return cmpNumbers(STyL->getNumElements(), STyR->getNumElements()); in cmpTypes()