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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp379 /// RightDistributesOverLeft - Whether "(X LOp Y) ROp Z" is always equal to
381 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp, function
436 if (RightDistributesOverLeft(TopLevelOpcode, InnerOpcode))
459 if (Op0 && RightDistributesOverLeft(Op0->getOpcode(), TopLevelOpcode)) {

Completed in 104 milliseconds