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

  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 351 unsigned o, Value *&LOp, unsigned numElemL,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 340 /// LeftDistributesOverRight - Whether "X LOp (Y ROp Z)" is always equal to
341 /// "(X LOp Y) ROp (X LOp Z)".
342 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp,
344 switch (LOp) {
379 /// RightDistributesOverLeft - Whether "(X LOp Y) ROp Z" is always equal to
380 /// "(X ROp Z) LOp (Y ROp Z)".
381 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp,
384 return LeftDistributesOverRight(ROp, LOp);
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 893 DefInit *LOp = dyn_cast<DefInit>(LHSs->getOperator());
895 if (LOp == 0 || ROp == 0 || LOp->getDef() != ROp->getDef())
    [all...]

Completed in 701 milliseconds