Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h482 unsigned shiftAmt = numBits - hiBitsSet; in getHighBitsSet() local
731 APInt shl(unsigned shiftAmt) const { in shl()
1668 inline APInt ashr(const APInt& LHS, unsigned shiftAmt) { in ashr()
1674 inline APInt lshr(const APInt& LHS, unsigned shiftAmt) { in lshr()
1680 inline APInt shl(const APInt& LHS, unsigned shiftAmt) { in shl()
/external/llvm/lib/VMCore/
DConstantFold.cpp1069 uint32_t shiftAmt = C2V.getZExtValue(); in ConstantFoldBinaryInstruction() local
1076 uint32_t shiftAmt = C2V.getZExtValue(); in ConstantFoldBinaryInstruction() local
1083 uint32_t shiftAmt = C2V.getZExtValue(); in ConstantFoldBinaryInstruction() local