Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyValueInfo.cpp885 const unsigned OperandBitWidth = DL.getTypeSizeInBits(V->getType()); in getRangeFor() local
886 return ConstantRange::getFull(OperandBitWidth); in getRangeFor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2005 unsigned OperandBitWidth = Src.getScalarValueSizeInBits(); in SimplifyDemandedBits() local
2006 APInt TruncMask = DemandedBits.zext(OperandBitWidth); in SimplifyDemandedBits()
2038 APInt::getHighBitsSet(OperandBitWidth, OperandBitWidth - BitWidth); in SimplifyDemandedBits()