Searched refs:currop (Results 1 – 1 of 1) sorted by relevance
2543 vn_reference_op_t currop = &ref->operands[*operand]; in create_component_ref_by_pieces_1() local2546 switch (currop->opcode) in create_component_ref_by_pieces_1()2557 tree offset = currop->op0; in create_component_ref_by_pieces_1()2571 genop = build2 (MEM_REF, currop->type, baseop, offset); in create_component_ref_by_pieces_1()2572 MR_DEPENDENCE_CLIQUE (genop) = currop->clique; in create_component_ref_by_pieces_1()2573 MR_DEPENDENCE_BASE (genop) = currop->base; in create_component_ref_by_pieces_1()2574 REF_REVERSE_STORAGE_ORDER (genop) = currop->reverse; in create_component_ref_by_pieces_1()2586 if (currop->op0) in create_component_ref_by_pieces_1()2588 genop0 = find_or_generate_expression (block, currop->op0, stmts); in create_component_ref_by_pieces_1()2598 genop = build5 (TARGET_MEM_REF, currop->type, in create_component_ref_by_pieces_1()[all …]