Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.h793 APSInt NegatedValue = -Value.toAPSInt(Value.bitWidth() + 1); in Neg() local
798 NegatedValue.trunc(Result.bitWidth()) in Neg()
806 return handleOverflow(S, OpPC, NegatedValue); in Neg()