Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp986 unsigned rotBitWidth = rotateAmt.getBitWidth(); in rotateModulo() local
988 if (rotBitWidth < BitWidth) { in rotateModulo()