HomeSort by relevance Sort by last modified time
    Searched refs:LOp (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 261 /// LeftDistributesOverRight - Whether "X LOp (Y ROp Z)" is always equal to
262 /// "(X LOp Y) ROp (X LOp Z)".
263 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp,
265 switch (LOp) {
300 /// RightDistributesOverLeft - Whether "(X LOp Y) ROp Z" is always equal to
301 /// "(X ROp Z) LOp (Y ROp Z)".
302 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp,
305 return LeftDistributesOverRight(ROp, LOp);
    [all...]
  /external/llvm/utils/TableGen/
Record.cpp 687 DefInit *LOp = dynamic_cast<DefInit*>(LHSs->getOperator());
689 if (LOp == 0 || ROp == 0 || LOp->getDef() != ROp->getDef())
    [all...]

Completed in 17 milliseconds