Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp1058 unsigned rotBitWidth = rotateAmt.getBitWidth(); in rotateModulo() local
1060 if (rotBitWidth < BitWidth) { in rotateModulo()