Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp985 static unsigned rotateModulo(unsigned BitWidth, const APInt &rotateAmt) { in rotateModulo() function
998 return rotl(rotateModulo(BitWidth, rotateAmt)); in rotl()
1009 return rotr(rotateModulo(BitWidth, rotateAmt)); in rotr()