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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp387 /// RightDistributesOverLeft - Whether "(X LOp Y) ROp Z" is always equal to
389 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp, function
475 if (!SimplifiedInst && RightDistributesOverLeft(TopLevelOpcode, InnerOpcode))
556 if (Op0 && RightDistributesOverLeft(Op0->getOpcode(), TopLevelOpcode)) {

Completed in 81 milliseconds