Lines Matching refs:getNumElements
378 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants()
379 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants()
392 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants()
393 unsigned NumElementsR = cast<StructType>(TyR)->getNumElements(); in cmpConstants()
406 unsigned NumElementsL = cast<FixedVectorType>(TyL)->getNumElements(); in cmpConstants()
407 unsigned NumElementsR = cast<FixedVectorType>(TyR)->getNumElements(); in cmpConstants()
564 if (STyL->getNumElements() != STyR->getNumElements()) in cmpTypes()
565 return cmpNumbers(STyL->getNumElements(), STyR->getNumElements()); in cmpTypes()
570 for (unsigned i = 0, e = STyL->getNumElements(); i != e; ++i) { in cmpTypes()
599 if (STyL->getNumElements() != STyR->getNumElements()) in cmpTypes()
600 return cmpNumbers(STyL->getNumElements(), STyR->getNumElements()); in cmpTypes()