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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp340 /// LeftDistributesOverRight - Whether "X LOp (Y ROp Z)" is always equal to
342 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp, function
384 return LeftDistributesOverRight(ROp, LOp);
414 if (LeftDistributesOverRight(InnerOpcode, TopLevelOpcode))
484 if (Op1 && LeftDistributesOverRight(TopLevelOpcode, Op1->getOpcode())) {

Completed in 59 milliseconds