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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolution.cpp539 unsigned LBitWidth = LA.getBitWidth(), RBitWidth = RA.getBitWidth(); local
540 if (LBitWidth != RBitWidth)
541 return (int)LBitWidth - (int)RBitWidth;

Completed in 129 milliseconds