Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp292 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants() local
293 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
306 unsigned NumElementsR = cast<StructType>(TyR)->getNumElements(); in cmpConstants() local
307 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
320 unsigned NumElementsR = cast<VectorType>(TyR)->getNumElements(); in cmpConstants() local
321 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()