Lines Matching refs:getNumElements
291 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants()
292 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants()
305 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants()
306 unsigned NumElementsR = cast<StructType>(TyR)->getNumElements(); in cmpConstants()
319 unsigned NumElementsL = cast<VectorType>(TyL)->getNumElements(); in cmpConstants()
320 unsigned NumElementsR = cast<VectorType>(TyR)->getNumElements(); in cmpConstants()
435 if (STyL->getNumElements() != STyR->getNumElements()) in cmpTypes()
436 return cmpNumbers(STyL->getNumElements(), STyR->getNumElements()); in cmpTypes()
441 for (unsigned i = 0, e = STyL->getNumElements(); i != e; ++i) { in cmpTypes()
471 if (STyL->getNumElements() != STyR->getNumElements()) in cmpTypes()
472 return cmpNumbers(STyL->getNumElements(), STyR->getNumElements()); in cmpTypes()