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

/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp310 /// LeftDistributesOverRight - Whether "X LOp (Y ROp Z)" is always equal to
312 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp, function
354 return LeftDistributesOverRight(ROp, LOp);
384 if (LeftDistributesOverRight(InnerOpcode, TopLevelOpcode))
454 if (Op1 && LeftDistributesOverRight(TopLevelOpcode, Op1->getOpcode())) {

Completed in 83 milliseconds