Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp319 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants() local
320 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
333 unsigned NumElementsR = cast<StructType>(TyR)->getNumElements(); in cmpConstants() local
334 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()
347 unsigned NumElementsR = cast<FixedVectorType>(TyR)->getNumElements(); in cmpConstants() local
348 if (int Res = cmpNumbers(NumElementsL, NumElementsR)) in cmpConstants()