Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp318 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants() local
320 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
322 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()
332 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants() local
334 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
336 for (unsigned i = 0; i != NumElementsL; ++i) { in cmpConstants()
346 unsigned NumElementsL = cast<FixedVectorType>(TyL)->getNumElements(); in cmpConstants() local
348 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
350 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()