Searched refs:GetIndexValue (Results 1 – 5 of 5) sorted by relevance
103 uint64_t GetIndexValue(Instruction* index_inst);
300 uint64_t value = GetIndexValue(index_inst); in CheckType()367 uint64_t UpgradeMemoryModel::GetIndexValue(Instruction* index_inst) { in GetIndexValue() function in spvtools::opt::UpgradeMemoryModel539 uint64_t semantics_value = GetIndexValue(semantics_inst); in UpgradeBarriers()
283 uint64_t value = GetIndexValue(index_inst); in CheckType()350 uint64_t UpgradeMemoryModel::GetIndexValue(Instruction* index_inst) { in GetIndexValue() function in spvtools::opt::UpgradeMemoryModel522 uint64_t semantics_value = GetIndexValue(semantics_inst); in UpgradeBarriers()
1164 func (m *IndexPostfix) GetIndexValue() []*IndexPostfix_IndexValue { func