Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp300 unsigned TyLWidth = 0; in cmpConstants() local
304 TyLWidth = VecTyL->getPrimitiveSizeInBits().getFixedValue(); in cmpConstants()
308 if (TyLWidth != TyRWidth) in cmpConstants()
309 return cmpNumbers(TyLWidth, TyRWidth); in cmpConstants()
312 if (!TyLWidth) { in cmpConstants()