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

/external/llvm/include/llvm/ADT/
H A DAPInt.h394 /// \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) { function in class:llvm::APInt
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h70 /// getSignBit - Return a uint64_t with just the most significant bit set (the
72 uint64_t getSignBit() const { function in class:llvm::IntegerType

Completed in 305 milliseconds