Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp515 unsigned LBitWidth = LA.getBitWidth(), RBitWidth = RA.getBitWidth(); in compare() local
516 if (LBitWidth != RBitWidth) in compare()
517 return (int)LBitWidth - (int)RBitWidth; in compare()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp540 unsigned LBitWidth = LA.getBitWidth(), RBitWidth = RA.getBitWidth(); in compare() local
541 if (LBitWidth != RBitWidth) in compare()
542 return (int)LBitWidth - (int)RBitWidth; in compare()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp665 unsigned LBitWidth = LA.getBitWidth(), RBitWidth = RA.getBitWidth(); in CompareSCEVComplexity() local
666 if (LBitWidth != RBitWidth) in CompareSCEVComplexity()
667 return (int)LBitWidth - (int)RBitWidth; in CompareSCEVComplexity()