Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h130 return this->GetCanonicalizedValue() == that.GetCanonicalizedValue(); in EqualsCanonicalized()
135 return this->GetCanonicalizedValue() < that.GetCanonicalizedValue(); in CompareCanonicalized()
149 inline uint64_t GetCanonicalizedValue() const;
694 uint64_t InstructionOperand::GetCanonicalizedValue() const { in GetCanonicalizedValue() function