Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPInt.cpp980 unsigned rotBitWidth = rotateAmt.getBitWidth(); in rotateModulo() local
982 if (rotBitWidth < BitWidth) { in rotateModulo()