Searched refs:isShiftedMask_32 (Results 1 – 14 of 14) sorted by relevance
64 if (isShiftedMask_32(Val)) { in isRunOfOnes()72 if (isShiftedMask_32(Val)) { in isRunOfOnes()
65 if (isShiftedMask_32(Val)) { in isRunOfOnes()73 if (isShiftedMask_32(Val)) { in isRunOfOnes()
171 (isShiftedMask_32(Imm.getZExtValue()) || in getIntImmCost()172 isShiftedMask_32(~Imm.getZExtValue()))) in getIntImmCost()
75 static inline bool isShiftedMask_32(uint32_t Value) { in isShiftedMask_32() function
185 (isShiftedMask_32(Imm.getZExtValue()) || in getIntImmCostInst()186 isShiftedMask_32(~Imm.getZExtValue()))) in getIntImmCostInst()
365 inline bool isShiftedMask_32(uint32_t Value) {
387 constexpr inline bool isShiftedMask_32(uint32_t Value) {
453 constexpr inline bool isShiftedMask_32(uint32_t Value) {
2415 isShiftedMask_32(And_imm)) { in tryV6T2BitfieldExtractOp()
12183 return isShiftedMask_32(~v); in isBitFieldInvertedMask()
2041 return isShiftedMask_32(Mask); in isShiftedMask()
2252 return isShiftedMask_32(Mask); in isShiftedMask()
2912 isShiftedMask_32(And_imm)) { in tryV6T2BitfieldExtractOp()
12144 if (LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()12157 if (!LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()16508 return isShiftedMask_32(~v); in isBitFieldInvertedMask()