Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp547 unsigned LBitWidth = LA.getBitWidth(), RBitWidth = RA.getBitWidth(); in compare() local
548 if (LBitWidth != RBitWidth) in compare()
549 return (int)LBitWidth - (int)RBitWidth; in compare()