Searched refs:GetU64 (Results 1 – 11 of 11) sorted by relevance
364 return index_constant->GetU64(); in GetIndexValue()577 return static_cast<uint32_t>(constant->GetU64()) == SpvScopeDevice; in IsDeviceScope()
70 uint64_t Constant::GetU64() const { in GetU64() function in spvtools::opt::analysis::Constant
109 uint64_t GetU64() const;
125 uint64_t uval = static_cast<uint64_t>(0 - c->GetU64()); in NegateIntegerConstant()474 uint64_t val = input1->GetU64() op input2->GetU64(); \ in PerformIntegerOperation()
773 result->insert(index_const->GetU64()); in GetUsedComponents()
381 return index_constant->GetU64(); in GetIndexValue()594 return static_cast<uint32_t>(constant->GetU64()) == SpvScopeDevice; in IsDeviceScope()
775 result->insert(index_const->GetU64()); in GetUsedComponents()
921 func (m *KnownTypes) GetU64() *wrappers.UInt64Value { func