Searched refs:isShiftedMask_32 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DMathExtras.h339 /// isShiftedMask_32 - This function returns true if the argument contains a
341 /// Ex. isShiftedMask_32(0x0000FF00U) == true.
342 inline bool isShiftedMask_32(uint32_t Value) { function in namespace:llvm
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp336 if (isShiftedMask_32(Val)) {
344 if (isShiftedMask_32(Val)) {

Completed in 95 milliseconds