Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp303 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants() local
305 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
307 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()
317 unsigned NumElementsL = cast<StructType>(TyL)->getNumElements(); in cmpConstants() local
319 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
321 for (unsigned i = 0; i != NumElementsL; ++i) { in cmpConstants()
331 unsigned NumElementsL = cast<VectorType>(TyL)->getNumElements(); in cmpConstants() local
333 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
335 for (uint64_t i = 0; i < NumElementsL; ++i) { in cmpConstants()