Searched refs:AddCompositeExtract (Results 1 – 5 of 5) sorted by relevance
630 builder.AddCompositeExtract(element_type_id, ext_inst->result_id(), {0}); in UpgradeExtInst()635 builder.AddCompositeExtract(pointee_type_id, ext_inst->result_id(), {1}); in UpgradeExtInst()
739 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy()757 Instruction* extract = ir_builder.AddCompositeExtract( in GenerateCopy()
407 Instruction* AddCompositeExtract(uint32_t type, uint32_t id_of_composite, in AddCompositeExtract() function