Searched refs:IsTypeInst (Results 1 – 12 of 12) sorted by relevance
43 if (IsTypeInst(inst.opcode())) type_insts.push_back(&inst); in GetTypes()51 if (IsTypeInst(inst.opcode())) type_insts.push_back(&inst); in GetTypes()
45 inline bool IsTypeInst(SpvOp opcode) { in IsTypeInst() function
184 if (!IsTypeInst(inst1.opcode())) return false; in AreTypesEqual()
113 } else if (IsTypeInst(opcode)) { in AddInstruction()
143 if (type_mgr_ && IsTypeInst(inst->opcode())) { in KillInst()
596 if (!IsTypeInst(inst.opcode())) return nullptr; in RecordIfTypeDefinition()
158 if (type_mgr_ && IsTypeInst(inst->opcode())) { in KillInst()