Searched refs:isShiftedMask_32 (Results 1 – 17 of 17) sorted by relevance
66 if (isShiftedMask_32(Val)) { in isRunOfOnes()74 if (isShiftedMask_32(Val)) { in isRunOfOnes()
64 if (isShiftedMask_32(Val)) { in isRunOfOnes()72 if (isShiftedMask_32(Val)) { in isRunOfOnes()
171 (isShiftedMask_32(Imm.getZExtValue()) || in getIntImmCost()172 isShiftedMask_32(~Imm.getZExtValue()))) in getIntImmCost()
177 (isShiftedMask_32(Imm.getZExtValue()) || in getIntImmCost()178 isShiftedMask_32(~Imm.getZExtValue()))) in getIntImmCost()
77 static inline bool isShiftedMask_32(uint32_t Value) { in isShiftedMask_32() function
102 inline bool isShiftedMask_32(uint32_t Value) { in isShiftedMask_32() function
311 if (isShiftedMask_32(Val)) { in isRunOfOnes()319 if (isShiftedMask_32(Val)) { in isRunOfOnes()
365 inline bool isShiftedMask_32(uint32_t Value) {
387 constexpr inline bool isShiftedMask_32(uint32_t Value) {
417 constexpr inline bool isShiftedMask_32(uint32_t Value) {
42 if (!isUInt<32>(I) || !isShiftedMask_32(I)) in IsShiftedMask()
2140 return isShiftedMask_32(Mask); in isShiftedMask()
2041 return isShiftedMask_32(Mask); in isShiftedMask()
2415 isShiftedMask_32(And_imm)) { in tryV6T2BitfieldExtractOp()
12183 return isShiftedMask_32(~v); in isBitFieldInvertedMask()
2377 isShiftedMask_32(And_imm)) { in tryV6T2BitfieldExtractOp()
10740 if (LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()14126 return isShiftedMask_32(~v); in isBitFieldInvertedMask()