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 315 /// LeftDistributesOverRight - Whether "X LOp (Y ROp Z)" is always equal to
316 /// "(X LOp Y) ROp (X LOp Z)".
317 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp,
319 switch (LOp) {
354 /// RightDistributesOverLeft - Whether "(X LOp Y) ROp Z" is always equal to
355 /// "(X ROp Z) LOp (Y ROp Z)".
356 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp,
359 return LeftDistributesOverRight(ROp, LOp);
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 897 DefInit *LOp = dynamic_cast<DefInit*>(LHSs->getOperator());
899 if (LOp == 0 || ROp == 0 || LOp->getDef() != ROp->getDef())
    [all...]

Completed in 185 milliseconds