Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp490 unsigned TyLWidth = 0; in cmpConstants() local
494 TyLWidth = VecTyL->getBitWidth(); in cmpConstants()
498 if (TyLWidth != TyRWidth) in cmpConstants()
499 return cmpNumbers(TyLWidth, TyRWidth); in cmpConstants()
502 if (!TyLWidth) { in cmpConstants()