Home
last modified time | relevance | path

Searched refs:ResIsNegative (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPInt.cpp2054 bool ResIsNegative = isNegative() ^ RHS.isNegative(); in smul_sat() local
2056 return ResIsNegative ? APInt::getSignedMinValue(BitWidth) in smul_sat()