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 69 static bool isShiftedMask(uint64_t I, uint64_t &Pos, uint64_t &Size) {
693 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize))
726 !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0))
734 !isShiftedMask(CN->getZExtValue(), SMPos1, SMSize1))
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 350 if (!APIntOps::isShiftedMask(BitWidth, V)) return false;
    [all...]

Completed in 103 milliseconds