Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp381 bool InnerCommutative = Instruction::isCommutative(InnerOpcode); in SimplifyUsingDistributiveLaws() local
387 if (A == C || (InnerCommutative && A == D)) { in SimplifyUsingDistributiveLaws()
409 if (B == D || (InnerCommutative && B == C)) { in SimplifyUsingDistributiveLaws()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp466 bool InnerCommutative = Instruction::isCommutative(InnerOpcode); in tryFactorization() local
472 if (A == C || (InnerCommutative && A == D)) { in tryFactorization()
491 if (B == D || (InnerCommutative && B == C)) { in tryFactorization()