Home
last modified time | relevance | path

Searched refs:TyLWidth (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.cpp226 unsigned TyLWidth = 0; in cmpConstants() local
230 TyLWidth = VecTyL->getBitWidth(); in cmpConstants()
234 if (TyLWidth != TyRWidth) in cmpConstants()
235 return cmpNumbers(TyLWidth, TyRWidth); in cmpConstants()
238 if (!TyLWidth) { in cmpConstants()