Searched refs:index_inst (Results 1 – 10 of 10) sorted by relevance
104 Instruction* index_inst = in GetIndexedType() local107 context()->get_constant_mgr()->GetConstantFromInst(index_inst); in GetIndexedType()279 Instruction* index_inst = in Has64BitIndices() local282 context()->get_type_mgr()->GetType(index_inst->type_id()); in Has64BitIndices()
129 Instruction* index_inst = get_def_use_mgr()->GetDef(index_id); in GenBindlessCheckCode() local131 if (index_inst->opcode() == SpvOpConstant && in GenBindlessCheckCode()133 index_inst->GetSingleWordInOperand(kSpvConstantValueInIdx) < in GenBindlessCheckCode()
298 Instruction* index_inst = context()->get_def_use_mgr()->GetDef(index); in CheckType() local299 assert(index_inst->opcode() == SpvOpConstant); in CheckType()300 uint64_t value = GetIndexValue(index_inst); in CheckType()367 uint64_t UpgradeMemoryModel::GetIndexValue(Instruction* index_inst) { in GetIndexValue() argument369 context()->get_constant_mgr()->GetConstantFromInst(index_inst); in GetIndexValue()
103 uint64_t GetIndexValue(Instruction* index_inst);
131 const Instruction* index_inst = get_def_use_mgr()->GetDef(index_id); in IsAccessChainToVolatileStructType() local132 uint32_t index_value = index_inst->GetSingleWordOperand( in IsAccessChainToVolatileStructType()
281 Instruction* index_inst = context()->get_def_use_mgr()->GetDef(index); in CheckType() local282 assert(index_inst->opcode() == SpvOpConstant); in CheckType()283 uint64_t value = GetIndexValue(index_inst); in CheckType()350 uint64_t UpgradeMemoryModel::GetIndexValue(Instruction* index_inst) { in GetIndexValue() argument352 context()->get_constant_mgr()->GetConstantFromInst(index_inst); in GetIndexValue()