Searched refs:OpcodeToExpand (Results 1 – 1 of 1) sorted by relevance
141 Instruction::BinaryOps OpcodeToExpand = (Instruction::BinaryOps)OpcToExpand; in ExpandBinOp() local148 if (Op0->getOpcode() == OpcodeToExpand) { in ExpandBinOp()156 if ((L == A && R == B) || (Instruction::isCommutative(OpcodeToExpand) in ExpandBinOp()162 if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse)) { in ExpandBinOp()171 if (Op1->getOpcode() == OpcodeToExpand) { in ExpandBinOp()179 if ((L == B && R == C) || (Instruction::isCommutative(OpcodeToExpand) in ExpandBinOp()185 if (Value *V = SimplifyBinOp(OpcodeToExpand, L, R, Q, MaxRecurse)) { in ExpandBinOp()