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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DMathExtras.h113 /// isShiftedMask_32 - This function returns true if the argument contains a
115 /// Ex. isShiftedMask_32(0x0000FF00U) == true.
116 inline bool isShiftedMask_32(uint32_t Value) { function in namespace:llvm
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-MathExtras.h113 /// isShiftedMask_32 - This function returns true if the argument contains a
115 /// Ex. isShiftedMask_32(0x0000FF00U) == true.
116 inline bool isShiftedMask_32(uint32_t Value) { function in namespace:objc
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp327 if (isShiftedMask_32(Val)) {
335 if (isShiftedMask_32(Val)) {

Completed in 79 milliseconds