Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcommon_arm.h187 return instr->AsConstant()->GetValueAsUint64(); in Uint64ConstantFrom()
Dgraph_checker.cc801 return insn1->AsConstant()->GetValueAsUint64() == insn2->AsConstant()->GetValueAsUint64(); in IsConstantEquivalent()
Dnodes.h2990 virtual uint64_t GetValueAsUint64() const = 0;
3004 uint64_t GetValueAsUint64() const override { return 0; } in GetValueAsUint64() function
3030 uint64_t GetValueAsUint64() const override { in GetValueAsUint64() function
3076 uint64_t GetValueAsUint64() const override { return value_; } in GetValueAsUint64() function
3110 uint64_t GetValueAsUint64() const override { in GetValueAsUint64() function
3116 return other->AsFloatConstant()->GetValueAsUint64() == GetValueAsUint64(); in InstructionDataEquals()
3169 uint64_t GetValueAsUint64() const override { return bit_cast<uint64_t, double>(value_); } in GetValueAsUint64() function
3173 return other->AsDoubleConstant()->GetValueAsUint64() == GetValueAsUint64(); in InstructionDataEquals()
Dcode_generator_arm64.cc2581 DCHECK_EQ(interm_addr->GetOffset()->AsIntConstant()->GetValueAsUint64(), offset); in VisitArrayGet()
2692 DCHECK(interm_addr->GetOffset()->AsIntConstant()->GetValueAsUint64() == offset); in VisitArraySet()
6489 DCHECK_EQ(interm_addr->GetOffset()->AsIntConstant()->GetValueAsUint64(), data_offset); in GenerateArrayLoadWithBakerReadBarrier()