Home
last modified time | relevance | path

Searched defs:getMinSignedBits (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DAPInt.h1487 unsigned getMinSignedBits() const { return getSignificantBits(); } in getMinSignedBits() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAPInt.h1609 unsigned getMinSignedBits() const { in getMinSignedBits() function
/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DAPInt.h1322 unsigned getMinSignedBits() const { in getMinSignedBits() function
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h1298 unsigned getMinSignedBits() const { in getMinSignedBits() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DConstantRange.cpp480 unsigned ConstantRange::getMinSignedBits() const { in getMinSignedBits() function in ConstantRange