Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp885 const unsigned OperandBitWidth = DL.getTypeSizeInBits(V->getType()); in getRangeFor() local
886 return ConstantRange::getFull(OperandBitWidth); in getRangeFor()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1996 unsigned OperandBitWidth = Src.getScalarValueSizeInBits(); in SimplifyDemandedBits() local
1997 APInt TruncMask = DemandedBits.zext(OperandBitWidth); in SimplifyDemandedBits()
2029 APInt::getHighBitsSet(OperandBitWidth, OperandBitWidth - BitWidth); in SimplifyDemandedBits()