Searched refs:isShiftedUInt (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h84 /// isShiftedUInt<N,S> - Checks if a unsigned integer is an N bit number shifted
87 inline bool isShiftedUInt(uint64_t x) { function in namespace:llvm
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp843 return isShiftedUInt<6,3>(MI->getOperand(1).getImm());
848 return isShiftedUInt<6,2>(MI->getOperand(1).getImm());
853 return isShiftedUInt<6,1>(MI->getOperand(1).getImm());
862 return isShiftedUInt<6,3>(MI->getOperand(2).getImm());
866 return isShiftedUInt<6,2>(MI->getOperand(2).getImm());
872 return isShiftedUInt<6,1>(MI->getOperand(2).getImm());
H A DHexagonISelDAGToDAG.cpp256 return isShiftedUInt<6,1>(v);
266 return isShiftedUInt<6,2>(v);

Completed in 108 milliseconds