Searched refs:NumElementsL (Results 1 – 1 of 1) sorted by relevance
710 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants() local712 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()714 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()724 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants() local726 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()728 for (unsigned i = 0; i != NumElementsL; ++i) { in cmpConstants()738 unsigned NumElementsL = cast<VectorType>(TyL)->getNumElements(); in cmpConstants() local740 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()742 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()