Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp963 const unsigned OperandBitWidth = in getRangeForOperand() local
965 ConstantRange Range = ConstantRange(OperandBitWidth); in getRangeForOperand()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1182 unsigned OperandBitWidth = Src.getScalarValueSizeInBits(); in SimplifyDemandedBits() local
1183 APInt TruncMask = DemandedBits.zext(OperandBitWidth); in SimplifyDemandedBits()
1211 APInt HighBits = APInt::getHighBitsSet(OperandBitWidth, in SimplifyDemandedBits()
1212 OperandBitWidth - BitWidth); in SimplifyDemandedBits()