Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp378 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants() local
380 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
382 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()
392 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants() local
394 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
396 for (unsigned i = 0; i != NumElementsL; ++i) { in cmpConstants()
406 unsigned NumElementsL = cast<FixedVectorType>(TyL)->getNumElements(); in cmpConstants() local
408 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
410 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()