Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp633 unsigned TyLWidth = 0; in cmpConstants() local
637 TyLWidth = VecTyL->getBitWidth(); in cmpConstants()
641 if (TyLWidth != TyRWidth) in cmpConstants()
642 return cmpNumbers(TyLWidth, TyRWidth); in cmpConstants()
645 if (!TyLWidth) { in cmpConstants()