Searched refs:lower_inst (Results 1 – 4 of 4) sorted by relevance
102 unsigned lower_inst = LOWER_PACK_SNORM_2x16 | in st_link_shader() local112 lower_inst |= LOWER_PACK_USE_BFI | in st_link_shader()115 lower_inst |= LOWER_PACK_HALF_2x16 | in st_link_shader()118 lower_packing_builtins(ir, lower_inst); in st_link_shader()
55 Instruction* lower_inst = GetOperandDefinition(cond_inst, 0); in GetLowerBound() local67 if (lower_inst->opcode() == SpvOpPhi) { in GetLowerBound()68 lower_inst = GetOperandDefinition(lower_inst, 0); in GetLowerBound()70 if (lower_inst->opcode() == SpvOpPhi) { in GetLowerBound()75 scalar_evolution_.AnalyzeInstruction(lower_inst)); in GetLowerBound()