HomeSort by relevance Sort by last modified time
    Searched defs:getSignBit (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
APInt.h 394 /// \brief Check if the APInt's value is returned by getSignBit.
396 /// \returns true if this is the value returned by getSignBit.
441 static APInt getSignBit(unsigned BitWidth) {
    [all...]
  /external/llvm/include/llvm/IR/
DerivedTypes.h 70 /// getSignBit - Return a uint64_t with just the most significant bit set (the
72 uint64_t getSignBit() const {

Completed in 120 milliseconds