Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp310 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants() local
312 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
314 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()
324 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants() local
326 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
328 for (unsigned i = 0; i != NumElementsL; ++i) { in cmpConstants()
338 unsigned NumElementsL = cast<FixedVectorType>(TyL)->getNumElements(); in cmpConstants() local
340 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
342 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()