Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp2070 bool ResIsNegative = isNegative() ^ RHS.isNegative(); in smul_sat() local
2072 return ResIsNegative ? APInt::getSignedMinValue(BitWidth) in smul_sat()