Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp491 unsigned TyRWidth = 0; in cmpConstants() local
496 TyRWidth = VecTyR->getBitWidth(); in cmpConstants()
498 if (TyLWidth != TyRWidth) in cmpConstants()
499 return cmpNumbers(TyLWidth, TyRWidth); in cmpConstants()