Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp625 unsigned TyLWidth = 0; in cmpConstants() local
629 TyLWidth = VecTyL->getBitWidth(); in cmpConstants()
633 if (TyLWidth != TyRWidth) in cmpConstants()
634 return cmpNumbers(TyLWidth, TyRWidth); in cmpConstants()
637 if (!TyLWidth) { in cmpConstants()