Searched refs:NumElementsL (Results 1 – 1 of 1) sorted by relevance
366 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants() local368 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()370 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()380 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants() local382 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()384 for (unsigned i = 0; i != NumElementsL; ++i) { in cmpConstants()394 unsigned NumElementsL = cast<FixedVectorType>(TyL)->getNumElements(); in cmpConstants() local396 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()398 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()