Home
last modified time | relevance | path

Searched defs:shiftAmt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPInt.cpp984 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace()
1033 void APInt::lshrInPlace(const APInt &shiftAmt) { in lshrInPlace()
1045 APInt &APInt::operator<<=(const APInt &shiftAmt) { in operator <<=()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp470 unsigned shiftAmt = C.getZExtValue(); in lshr() local