Home
last modified time | relevance | path

Searched refs:TyRWidth (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.cpp227 unsigned TyRWidth = 0; in cmpConstants() local
232 TyRWidth = VecTyR->getBitWidth(); in cmpConstants()
234 if (TyLWidth != TyRWidth) in cmpConstants()
235 return cmpNumbers(TyLWidth, TyRWidth); in cmpConstants()