Searched refs:NumElementsR (Results 1 – 1 of 1) sorted by relevance
304 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants() local305 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()318 unsigned NumElementsR = cast<StructType>(TyR)->getNumElements(); in cmpConstants() local319 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()332 unsigned NumElementsR = cast<VectorType>(TyR)->getNumElements(); in cmpConstants() local333 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()