Searched refs:spvOpcodeIsComposite (Results 1 – 12 of 12) sorted by relevance
82 int32_t spvOpcodeIsComposite(const SpvOp opcode);
257 int32_t spvOpcodeIsComposite(const SpvOp opcode) { in spvOpcodeIsComposite() function
291 assert(spvOpcodeIsComposite(element_inst->opcode())); in CheckType()338 } else if (spvOpcodeIsComposite(def->opcode())) { in CheckAllTypes()
185 (op != SpvOpPhi || !spvOpcodeIsComposite(typeInst->opcode()))) in EliminateDeadInsertsOnePass()
308 assert(spvOpcodeIsComposite(element_inst->opcode())); in CheckType()355 } else if (spvOpcodeIsComposite(def->opcode())) { in CheckAllTypes()
42 if (!result_type || !spvOpcodeIsComposite(result_type->opcode())) { in ValidateConstantComposite()
267 if (spvOpcodeIsComposite(opcode)) { in ProcessCurInstruction()