Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp366 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants() local
368 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() local
382 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() local
396 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
398 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()