Searched refs:NumElementsL (Results 1 – 1 of 1) sorted by relevance
702 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants() local704 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()706 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()716 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants() local718 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()720 for (unsigned i = 0; i != NumElementsL; ++i) { in cmpConstants()730 unsigned NumElementsL = cast<VectorType>(TyL)->getNumElements(); in cmpConstants() local732 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()734 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()