Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp214 unsigned TyLWidth = 0; in cmpConstants() local
218 TyLWidth = VecTyL->getBitWidth(); in cmpConstants()
222 if (TyLWidth != TyRWidth) in cmpConstants()
223 return cmpNumbers(TyLWidth, TyRWidth); in cmpConstants()
226 if (!TyLWidth) { in cmpConstants()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp633 unsigned TyLWidth = 0; in cmpConstants() local
637 TyLWidth = VecTyL->getBitWidth(); in cmpConstants()
641 if (TyLWidth != TyRWidth) in cmpConstants()
642 return cmpNumbers(TyLWidth, TyRWidth); in cmpConstants()
645 if (!TyLWidth) { in cmpConstants()