Home
last modified time | relevance | path

Searched refs:OperandBitWidth (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1039 const unsigned OperandBitWidth = in solveBlockValueCast() local
1041 ConstantRange LHSRange = ConstantRange(OperandBitWidth); in solveBlockValueCast()
1116 const unsigned OperandBitWidth = in solveBlockValueBinaryOp() local
1118 ConstantRange LHSRange = ConstantRange(OperandBitWidth); in solveBlockValueBinaryOp()
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp960 unsigned OperandBitWidth = in SimplifyDemandedBits() local
962 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits()
966 APInt::getHighBitsSet(BitWidth, BitWidth - OperandBitWidth) & NewMask; in SimplifyDemandedBits()
1023 unsigned OperandBitWidth = in SimplifyDemandedBits() local
1025 APInt InMask = NewMask.trunc(OperandBitWidth); in SimplifyDemandedBits()
1037 unsigned OperandBitWidth = in SimplifyDemandedBits() local
1039 APInt TruncMask = NewMask.zext(OperandBitWidth); in SimplifyDemandedBits()
1070 APInt HighBits = APInt::getHighBitsSet(OperandBitWidth, in SimplifyDemandedBits()
1071 OperandBitWidth - BitWidth); in SimplifyDemandedBits()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1007 const unsigned OperandBitWidth = in getRangeForOperand() local
1009 ConstantRange Range = ConstantRange::getFull(OperandBitWidth); in getRangeForOperand()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1788 unsigned OperandBitWidth = Src.getScalarValueSizeInBits(); in SimplifyDemandedBits() local
1789 APInt TruncMask = DemandedBits.zext(OperandBitWidth); in SimplifyDemandedBits()
1820 APInt::getHighBitsSet(OperandBitWidth, OperandBitWidth - BitWidth); in SimplifyDemandedBits()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2368 unsigned OperandBitWidth = Src.getScalarValueSizeInBits(); in SimplifyDemandedBits() local
2369 APInt TruncMask = DemandedBits.zext(OperandBitWidth); in SimplifyDemandedBits()
2401 APInt::getHighBitsSet(OperandBitWidth, OperandBitWidth - BitWidth); in SimplifyDemandedBits()