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.cpp394 uint64_t NumElementsL = cast<ArrayType>(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()
408 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants() local
410 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
412 for (unsigned i = 0; i != NumElementsL; ++i) { in cmpConstants()
422 unsigned NumElementsL = cast<FixedVectorType>(TyL)->getNumElements(); in cmpConstants() local
424 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
426 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()