Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp291 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants() local
293 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
295 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()
305 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants() local
307 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
309 for (unsigned i = 0; i != NumElementsL; ++i) { in cmpConstants()
319 unsigned NumElementsL = cast<VectorType>(TyL)->getNumElements(); in cmpConstants() local
321 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
323 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()