Searched defs:absolute_value (Results 1 – 3 of 3) sorted by relevance
16 IntegerLiteral(bool negative, uint64_t absolute_value) in IntegerLiteral()25 uint64_t absolute_value() const { return absolute_value_; } in absolute_value() function
917 uint64_t absolute_value; in YieldIntegerLiteral() local
2921 Node* absolute_value = __ Int64Sub(__ Word64Xor(value, sign_mask), sign_mask); in LowerChangeInt64ToBigInt() local