Searched refs:NumElementsR (Results 1 – 1 of 1) sorted by relevance
395 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants() local396 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()409 unsigned NumElementsR = cast<StructType>(TyR)->getNumElements(); in cmpConstants() local410 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()423 unsigned NumElementsR = cast<FixedVectorType>(TyR)->getNumElements(); in cmpConstants() local424 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()