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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1007 const unsigned OperandBitWidth = local
1009 ConstantRange Range = ConstantRange::getFull(OperandBitWidth);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1788 unsigned OperandBitWidth = Src.getScalarValueSizeInBits(); local
1789 APInt TruncMask = DemandedBits.zext(OperandBitWidth);
1820 APInt::getHighBitsSet(OperandBitWidth, OperandBitWidth - BitWidth);

Completed in 130 milliseconds