Home
last modified time | relevance | path

Searched refs:isMask_64 (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
DMathExtras.h109 inline bool isMask_64(uint64_t Value) { in isMask_64() function
123 return isMask_64((Value - 1) | Value); in isShiftedMask_64()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp999 isMask_64(Imm64)) { in Select()