HomeSort by relevance Sort by last modified time
    Searched refs:isShiftedUInt (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 745 return isShiftedUInt<6,3>(MI->getOperand(1).getImm());
749 return isShiftedUInt<6,2>(MI->getOperand(1).getImm());
753 return isShiftedUInt<6,1>(MI->getOperand(1).getImm());
760 return isShiftedUInt<6,3>(MI->getOperand(2).getImm());
763 return isShiftedUInt<6,2>(MI->getOperand(2).getImm());
767 return isShiftedUInt<6,1>(MI->getOperand(2).getImm());
    [all...]
  /external/llvm/include/llvm/Support/
MathExtras.h 302 /// isShiftedUInt<N,S> - Checks if a unsigned integer is an N bit number shifted
305 inline bool isShiftedUInt(uint64_t x) {
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 566 milliseconds