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

  /external/llvm/include/llvm/Support/
MathExtras.h 84 /// isShiftedUInt<N,S> - Checks if a unsigned integer is an N bit number shifted
87 inline bool isShiftedUInt(uint64_t x) {
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 930 return isShiftedUInt<6,3>(MI->getOperand(1).getImm());
935 return isShiftedUInt<6,2>(MI->getOperand(1).getImm());
940 return isShiftedUInt<6,1>(MI->getOperand(1).getImm());
949 return isShiftedUInt<6,3>(MI->getOperand(2).getImm());
953 return isShiftedUInt<6,2>(MI->getOperand(2).getImm());
959 return isShiftedUInt<6,1>(MI->getOperand(2).getImm());
    [all...]
HexagonISelDAGToDAG.cpp 205 return isShiftedUInt<6,1>(v);
215 return isShiftedUInt<6,2>(v);
    [all...]

Completed in 318 milliseconds