Searched defs:getSignBit (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DAPInt.h393 /// \brief Check if the APInt's value is returned by getSignBit.
395 /// \returns true if this is the value returned by getSignBit.
447 static APInt getSignBit(unsigned BitWidth) { function in class:llvm::APInt
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DAPInt.h373 /// isSignBit - Return true if this is the value returned by getSignBit.
417 /// getSignBit - This is just a wrapper function of getSignedMinValue(), and
420 static APInt getSignBit(unsigned BitWidth) { function in class:llvm::APInt
/external/swiftshader/third_party/LLVM/include/llvm/
H A DDerivedTypes.h69 /// getSignBit - Return a uint64_t with just the most significant bit set (the
71 uint64_t getSignBit() const { function in class:llvm::IntegerType
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPInt.h397 /// \brief Check if the APInt's value is returned by getSignBit.
399 /// \returns true if this is the value returned by getSignBit.
451 static APInt getSignBit(unsigned BitWidth) { function in class:llvm::APInt
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h72 uint64_t getSignBit() const { function in class:llvm::IntegerType
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DDerivedTypes.h75 uint64_t getSignBit() const { function in class:llvm::IntegerType

Completed in 839 milliseconds