Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp379 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants() local
380 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
393 unsigned NumElementsR = cast<StructType>(TyR)->getNumElements(); in cmpConstants() local
394 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
407 unsigned NumElementsR = cast<FixedVectorType>(TyR)->getNumElements(); in cmpConstants() local
408 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()