Searched refs:isShiftedMask_64 (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp259 (isShiftedMask_64(Imm.getZExtValue()) ||
260 isShiftedMask_64(~Imm.getZExtValue())))
/external/llvm/include/llvm/Support/
H A DMathExtras.h355 /// isShiftedMask_64 - This function returns true if the argument contains a
357 inline bool isShiftedMask_64(uint64_t Value) { function in namespace:llvm
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp1808 if (!isShiftedMask_64(NonZeroBits))
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.cpp3362 } else if (isShiftedMask_64(MaskVal)) {
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp77 if (!isShiftedMask_64(I))

Completed in 585 milliseconds