Home | History | Annotate | Download | only in Analysis

Lines Matching refs:isCommutative

146           if ((L == A && R == B) || (Instruction::isCommutative(OpcodeToExpand)
169 if ((L == B && R == C) || (Instruction::isCommutative(OpcodeToExpand)
211 if (A == C || (Instruction::isCommutative(OpcodeToExtract) && A == D)) {
234 if (B == D || (Instruction::isCommutative(OpcodeToExtract) && B == C)) {
310 if (!Instruction::isCommutative(Opcode))
416 if (Simplified->isCommutative() &&