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

  /external/llvm/include/llvm/ADT/
APInt.h     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 64 static bool isShiftedMask(uint64_t I, uint64_t &Pos, uint64_t &Size) {
751 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize))
784 !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0))
792 !isShiftedMask(CN->getZExtValue(), SMPos1, SMSize1))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 325 if (!APIntOps::isShiftedMask(BitWidth, V)) return false;
    [all...]

Completed in 103 milliseconds