Searched refs:OperandBitWidth (Results 1 – 5 of 5) sorted by relevance
1039 const unsigned OperandBitWidth = in solveBlockValueCast() local1041 ConstantRange LHSRange = ConstantRange(OperandBitWidth); in solveBlockValueCast()1116 const unsigned OperandBitWidth = in solveBlockValueBinaryOp() local1118 ConstantRange LHSRange = ConstantRange(OperandBitWidth); in solveBlockValueBinaryOp()
960 unsigned OperandBitWidth = in SimplifyDemandedBits() local962 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits()966 APInt::getHighBitsSet(BitWidth, BitWidth - OperandBitWidth) & NewMask; in SimplifyDemandedBits()1023 unsigned OperandBitWidth = in SimplifyDemandedBits() local1025 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits()1037 unsigned OperandBitWidth = in SimplifyDemandedBits() local1039 APInt TruncMask = NewMask.zext(OperandBitWidth); in SimplifyDemandedBits()1070 APInt HighBits = APInt::getHighBitsSet(OperandBitWidth, in SimplifyDemandedBits()1071 OperandBitWidth - BitWidth); in SimplifyDemandedBits()
1007 const unsigned OperandBitWidth = in getRangeForOperand() local1009 ConstantRange Range = ConstantRange::getFull(OperandBitWidth); in getRangeForOperand()
1788 unsigned OperandBitWidth = Src.getScalarValueSizeInBits(); in SimplifyDemandedBits() local1789 APInt TruncMask = DemandedBits.zext(OperandBitWidth); in SimplifyDemandedBits()1820 APInt::getHighBitsSet(OperandBitWidth, OperandBitWidth - BitWidth); in SimplifyDemandedBits()
2368 unsigned OperandBitWidth = Src.getScalarValueSizeInBits(); in SimplifyDemandedBits() local2369 APInt TruncMask = DemandedBits.zext(OperandBitWidth); in SimplifyDemandedBits()2401 APInt::getHighBitsSet(OperandBitWidth, OperandBitWidth - BitWidth); in SimplifyDemandedBits()