Searched defs:Word64Not (Results 1 – 2 of 2) sorted by relevance
938 TNode<Int64T> Word64Not(TNode<Int64T> value) { in Word64Not() function941 TNode<Uint64T> Word64Not(TNode<Uint64T> value) { in Word64Not() function
438 Node* Word64Not(Node* a) { return Word64Xor(a, Int64Constant(-1)); } in Word64Not() function