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

/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp656 return isShiftedUInt<6,3>(MI->getOperand(1).getImm());
661 return isShiftedUInt<6,2>(MI->getOperand(1).getImm());
666 return isShiftedUInt<6,1>(MI->getOperand(1).getImm());
675 return isShiftedUInt<6,3>(MI->getOperand(2).getImm());
679 return isShiftedUInt<6,2>(MI->getOperand(2).getImm());
685 return isShiftedUInt<6,1>(MI->getOperand(2).getImm());
H A DHexagonISelDAGToDAG.cpp255 return isShiftedUInt<6,1>(v);
265 return isShiftedUInt<6,2>(v);
/external/llvm/include/llvm/Support/
H A DMathExtras.h315 /// isShiftedUInt<N,S> - Checks if a unsigned integer is an N bit number shifted
318 inline bool isShiftedUInt(uint64_t x) { function in namespace:llvm
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3990 if (isUInt<12>(CVal) || isShiftedUInt<12, 12>(CVal))
3995 if (isUInt<12>(NVal) || isShiftedUInt<12, 12>(NVal))

Completed in 91 milliseconds