Searched refs:InnerCommutative (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp381 bool InnerCommutative = Instruction::isCommutative(InnerOpcode); local
387 if (A == C || (InnerCommutative && A == D)) {
409 if (B == D || (InnerCommutative && B == C)) {

Completed in 65 milliseconds