Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDMergeFunctions.cpp501 unsigned TyRWidth = 0; in cmpConstants() local
506 TyRWidth = VecTyR->getBitWidth(); in cmpConstants()
508 if (TyLWidth != TyRWidth) in cmpConstants()
509 return cmpNumbers(TyLWidth, TyRWidth); in cmpConstants()