Lines Matching refs:getNumElements
310 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants()
311 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants()
324 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants()
325 unsigned NumElementsR = cast<StructType>(TyR)->getNumElements(); in cmpConstants()
338 unsigned NumElementsL = cast<FixedVectorType>(TyL)->getNumElements(); in cmpConstants()
339 unsigned NumElementsR = cast<FixedVectorType>(TyR)->getNumElements(); in cmpConstants()
454 if (STyL->getNumElements() != STyR->getNumElements()) in cmpTypes()
455 return cmpNumbers(STyL->getNumElements(), STyR->getNumElements()); in cmpTypes()
460 for (unsigned i = 0, e = STyL->getNumElements(); i != e; ++i) { in cmpTypes()
489 if (STyL->getNumElements() != STyR->getNumElements()) in cmpTypes()
490 return cmpNumbers(STyL->getNumElements(), STyR->getNumElements()); in cmpTypes()