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

/external/llvm/include/llvm/ADT/
H A DAPInt.h431 static APInt getSignedMinValue(unsigned numBits) { function in class:llvm::APInt
439 /// This is just a wrapper function of getSignedMinValue(), and it helps code
442 return getSignedMinValue(BitWidth);

Completed in 474 milliseconds