Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp312 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp, in LeftDistributesOverRight() function
354 return LeftDistributesOverRight(ROp, LOp); in RightDistributesOverLeft()
384 if (LeftDistributesOverRight(InnerOpcode, TopLevelOpcode)) in SimplifyUsingDistributiveLaws()
454 if (Op1 && LeftDistributesOverRight(TopLevelOpcode, Op1->getOpcode())) { in SimplifyUsingDistributiveLaws()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp332 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp, in LeftDistributesOverRight() function
374 return LeftDistributesOverRight(ROp, LOp); in RightDistributesOverLeft()
469 if (LeftDistributesOverRight(InnerOpcode, TopLevelOpcode)) in tryFactorization()
606 if (Op1 && LeftDistributesOverRight(TopLevelOpcode, Op1->getOpcode())) { in SimplifyUsingDistributiveLaws()