Searched refs:NumElementsL (Results 1 – 1 of 1) sorted by relevance
549 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants() local551 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()553 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()563 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants() local565 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()567 for (unsigned i = 0; i != NumElementsL; ++i) { in cmpConstants()577 unsigned NumElementsL = cast<VectorType>(TyL)->getNumElements(); in cmpConstants() local579 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()581 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()