Searched refs:isShiftedMask (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1775 inline bool isShiftedMask(unsigned numBits, const APInt &APIVal) { in isShiftedMask() function
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 65 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/ |
D | InstCombineAndOrXor.cpp | 350 if (!APIntOps::isShiftedMask(BitWidth, V)) return false; in isRunOfOnes()
|