Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstructionCombining.cpp351 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp, in RightDistributesOverLeft() function
406 if (RightDistributesOverLeft(TopLevelOpcode, InnerOpcode)) in SimplifyUsingDistributiveLaws()
429 if (Op0 && RightDistributesOverLeft(Op0->getOpcode(), TopLevelOpcode)) { in SimplifyUsingDistributiveLaws()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp371 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp, in RightDistributesOverLeft() function
488 if (!SimplifiedInst && RightDistributesOverLeft(TopLevelOpcode, InnerOpcode)) in tryFactorization()
581 if (Op0 && RightDistributesOverLeft(Op0->getOpcode(), TopLevelOpcode)) { in SimplifyUsingDistributiveLaws()