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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DMathExtras.h106 /// isMask_64 - This function returns true if the argument is a sequence of ones
109 inline bool isMask_64(uint64_t Value) { function in namespace:llvm
123 return isMask_64((Value - 1) | Value);
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-MathExtras.h106 /// isMask_64 - This function returns true if the argument is a sequence of ones
109 inline bool isMask_64(uint64_t Value) { function in namespace:objc
123 return isMask_64((Value - 1) | Value);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp999 isMask_64(Imm64)) {

Completed in 147 milliseconds