Home
last modified time | relevance | path

Searched refs:NumElementsR (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp367 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants() local
368 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
381 unsigned NumElementsR = cast<StructType>(TyR)->getNumElements(); in cmpConstants() local
382 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
395 unsigned NumElementsR = cast<FixedVectorType>(TyR)->getNumElements(); in cmpConstants() local
396 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()