HomeSort by relevance Sort by last modified time
    Searched refs:isShiftedMask_64 (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCTargetTransformInfo.cpp 259 (isShiftedMask_64(Imm.getZExtValue()) ||
260 isShiftedMask_64(~Imm.getZExtValue())))
  /external/llvm/include/llvm/Support/
MathExtras.h 355 /// isShiftedMask_64 - This function returns true if the argument contains a
357 inline bool isShiftedMask_64(uint64_t Value) {
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 77 if (!isShiftedMask_64(I))
    [all...]

Completed in 95 milliseconds