Home
last modified time | relevance | path

Searched refs:isShiftedMask (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/ADT/
DAPInt.h1775 inline bool isShiftedMask(unsigned numBits, const APInt &APIVal) { in isShiftedMask() function
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp65 static bool isShiftedMask(uint64_t I, uint64_t &Pos, uint64_t &Size) { in isShiftedMask() function
712 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize)) in performANDCombine()
747 !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0)) in performORCombine()
755 !isShiftedMask(CN->getZExtValue(), SMPos1, SMSize1)) in performORCombine()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp350 if (!APIntOps::isShiftedMask(BitWidth, V)) return false; in isRunOfOnes()