Lines Matching refs:getAllOnesValue
138 APInt Demanded = APInt::getAllOnesValue(BitWidth); in SimplifyDemandedBits()
2026 DAG.getConstant(APInt::getAllOnesValue(VT.getSizeInBits()), in visitUREM()
2429 APInt::getAllOnesValue(BitWidth))) in visitAND()
2494 Constant = APInt::getAllOnesValue(BitWidth); in visitAND()
2972 return DAG.getConstant(APInt::getAllOnesValue(EltVT.getSizeInBits()), VT); in visitOR()
3173 APInt Mask = APInt::getAllOnesValue(OpSizeInBits); in MatchRotate()
3490 APInt::getAllOnesValue(OpSizeInBits))) in visitSHL()
3762 APInt::getAllOnesValue(OpSizeInBits))) in visitSRL()
4395 DAG.getConstant(APInt::getAllOnesValue(ElementWidth), VT); in visitSIGN_EXTEND()
6903 Imm ^= APInt::getAllOnesValue(BitWidth); in ReduceLoadOpStoreWidth()
6927 NewImm ^= APInt::getAllOnesValue(NewBW); in ReduceLoadOpStoreWidth()