Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp634 unsigned TyRWidth = 0; in cmpConstants() local
639 TyRWidth = VecTyR->getBitWidth(); in cmpConstants()
641 if (TyLWidth != TyRWidth) in cmpConstants()
642 return cmpNumbers(TyLWidth, TyRWidth); in cmpConstants()