Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc691 return insn1->AsConstant()->GetValueAsUint64() == insn2->AsConstant()->GetValueAsUint64(); in IsConstantEquivalent()
Dnodes.h2491 virtual uint64_t GetValueAsUint64() const = 0;
2505 uint64_t GetValueAsUint64() const OVERRIDE { return 0; } in GetValueAsUint64() function
2527 uint64_t GetValueAsUint64() const OVERRIDE { in GetValueAsUint64() function
2568 uint64_t GetValueAsUint64() const OVERRIDE { return value_; } in GetValueAsUint64() function
2598 uint64_t GetValueAsUint64() const OVERRIDE { in GetValueAsUint64() function
2604 return other->AsFloatConstant()->GetValueAsUint64() == GetValueAsUint64(); in InstructionDataEquals()
2651 uint64_t GetValueAsUint64() const OVERRIDE { return bit_cast<uint64_t, double>(value_); } in GetValueAsUint64() function
2655 return other->AsDoubleConstant()->GetValueAsUint64() == GetValueAsUint64(); in InstructionDataEquals()
Dcode_generator_arm64.cc2088 DCHECK_EQ(tmp->GetOffset()->AsIntConstant()->GetValueAsUint64(), offset); in VisitArrayGet()
2180 DCHECK(tmp->GetOffset()->AsIntConstant()->GetValueAsUint64() == offset); in VisitArraySet()