Searched refs:NumElementsR (Results 1 – 1 of 1) sorted by relevance
319 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants() local320 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()333 unsigned NumElementsR = cast<StructType>(TyR)->getNumElements(); in cmpConstants() local334 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()347 unsigned NumElementsR = cast<FixedVectorType>(TyR)->getNumElements(); in cmpConstants() local348 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()