Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
DAPInt.h1724 inline bool isShiftedMask(unsigned numBits, const APInt &APIVal) { in isShiftedMask() function
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
DMipsISelLowering.cpp70 static bool isShiftedMask(uint64_t I, uint64_t &Pos, uint64_t &Size) { in isShiftedMask() function
579 !isShiftedMask(CN->getZExtValue(), SMPos, SMSize)) in performANDCombine()
612 !isShiftedMask(~CN->getSExtValue(), SMPos0, SMSize0)) in performORCombine()
620 !isShiftedMask(CN->getZExtValue(), SMPos1, SMSize1)) in performORCombine()
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp321 if (!APIntOps::isShiftedMask(BitWidth, V)) return false; in isRunOfOnes()