Searched refs:GetValueAsUint64 (Results 1 – 3 of 3) sorted by relevance
691 return insn1->AsConstant()->GetValueAsUint64() == insn2->AsConstant()->GetValueAsUint64(); in IsConstantEquivalent()
2491 virtual uint64_t GetValueAsUint64() const = 0;2505 uint64_t GetValueAsUint64() const OVERRIDE { return 0; } in GetValueAsUint64() function2527 uint64_t GetValueAsUint64() const OVERRIDE { in GetValueAsUint64() function2568 uint64_t GetValueAsUint64() const OVERRIDE { return value_; } in GetValueAsUint64() function2598 uint64_t GetValueAsUint64() const OVERRIDE { in GetValueAsUint64() function2604 return other->AsFloatConstant()->GetValueAsUint64() == GetValueAsUint64(); in InstructionDataEquals()2651 uint64_t GetValueAsUint64() const OVERRIDE { return bit_cast<uint64_t, double>(value_); } in GetValueAsUint64() function2655 return other->AsDoubleConstant()->GetValueAsUint64() == GetValueAsUint64(); in InstructionDataEquals()
2088 DCHECK_EQ(tmp->GetOffset()->AsIntConstant()->GetValueAsUint64(), offset); in VisitArrayGet()2180 DCHECK(tmp->GetOffset()->AsIntConstant()->GetValueAsUint64() == offset); in VisitArraySet()