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