Searched refs:isShiftedMask_32 (Results 1 – 8 of 8) sorted by relevance
80 if (isShiftedMask_32(Val)) { in isRunOfOnes()88 if (isShiftedMask_32(Val)) { in isRunOfOnes()
279 constexpr bool isShiftedMask_32(uint32_t Value) { in isShiftedMask_32() function305 inline bool isShiftedMask_32(uint32_t Value, unsigned &MaskIdx, in isShiftedMask_32() function307 if (!isShiftedMask_32(Value)) in isShiftedMask_32()
354 return (Val & (UINT32_C(1) << 31)) && isShiftedMask_32(Val); in isMImm32Val()
296 (isShiftedMask_32(Imm.getZExtValue()) || in getIntImmCostInst()297 isShiftedMask_32(~Imm.getZExtValue()))) in getIntImmCostInst()
596 ? llvm::isShiftedMask_32(~Imm, MaskIdx, MaskLen)604 ? llvm::isShiftedMask_32(~Imm, MaskIdx, MaskLen)614 ? llvm::isShiftedMask_32(~Imm, MaskIdx, MaskLen)
3428 isShiftedMask_32(And_imm)) { in tryV6T2BitfieldExtractOp()
14374 if (LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()14387 if (!LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()20989 return isShiftedMask_32(~v); in isBitFieldInvertedMask()
3235 return isShiftedMask_32(Mask); in isShiftedMask()