Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDAPInt.cpp2083 bool ResIsNegative = isNegative() ^ RHS.isNegative(); in smul_sat() local
2085 return ResIsNegative ? APInt::getSignedMinValue(BitWidth) in smul_sat()