Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1007 const unsigned OperandBitWidth = in getRangeForOperand() local
1009 ConstantRange Range = ConstantRange::getFull(OperandBitWidth); in getRangeForOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
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()