Searched refs:NumElementsL (Results 1 – 1 of 1) sorted by relevance
303 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants() local305 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()307 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()317 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants() local319 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()321 for (unsigned i = 0; i != NumElementsL; ++i) { in cmpConstants()331 unsigned NumElementsL = cast<VectorType>(TyL)->getNumElements(); in cmpConstants() local333 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()335 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()