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 357 unsigned o, Value *&LOp, unsigned numElemL,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 348 /// LeftDistributesOverRight - Whether "X LOp (Y ROp Z)" is always equal to
349 /// "(X LOp Y) ROp (X LOp Z)".
350 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp,
352 switch (LOp) {
387 /// RightDistributesOverLeft - Whether "(X LOp Y) ROp Z" is always equal to
388 /// "(X ROp Z) LOp (Y ROp Z)".
389 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp,
392 return LeftDistributesOverRight(ROp, LOp);
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 897 DefInit *LOp = dyn_cast<DefInit>(LHSs->getOperator());
899 if (!LOp || !ROp || LOp->getDef() != ROp->getDef())
    [all...]

Completed in 206 milliseconds