Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallBitVector.h338 uintptr_t OldBits = getSmallBits(); variable
340 (*BV)[i] = (OldBits >> i) & 1;
348 uintptr_t OldBits = getSmallRawBits(); in reserve() local
352 if ((OldBits >> i) & 1) in reserve()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp676 unsigned OldBits = Op1.getScalarValueSizeInBits(); in PromoteIntRes_ADDSUBSAT() local
707 unsigned SHLAmount = NewBits - OldBits; in PromoteIntRes_ADDSUBSAT()
726 APInt MaxVal = APInt::getAllOnesValue(OldBits).zext(NewBits); in PromoteIntRes_ADDSUBSAT()
734 APInt MinVal = APInt::getSignedMinValue(OldBits).sext(NewBits); in PromoteIntRes_ADDSUBSAT()
735 APInt MaxVal = APInt::getSignedMaxValue(OldBits).sext(NewBits); in PromoteIntRes_ADDSUBSAT()