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

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

Completed in 324 milliseconds