Searched refs:NumElementsL (Results 1 – 1 of 1) sorted by relevance
378 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants() local380 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()382 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()392 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants() local394 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()396 for (unsigned i = 0; i != NumElementsL; ++i) { in cmpConstants()406 unsigned NumElementsL = cast<FixedVectorType>(TyL)->getNumElements(); in cmpConstants() local408 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()410 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()