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 376 /// isSignBit - Return true if this is the value returned by getSignBit.
420 /// getSignBit - This is just a wrapper function of getSignedMinValue(), and
423 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 34 milliseconds