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 325 /// LeftDistributesOverRight - Whether "X LOp (Y ROp Z)" is always equal to
326 /// "(X LOp Y) ROp (X LOp Z)".
327 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp,
329 switch (LOp) {
364 /// RightDistributesOverLeft - Whether "(X LOp Y) ROp Z" is always equal to
365 /// "(X ROp Z) LOp (Y ROp Z)".
366 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp,
369 return LeftDistributesOverRight(ROp, LOp);
371 switch (LOp) {
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 910 DefInit *LOp = dyn_cast<DefInit>(LHSs->getOperator());
912 if (!LOp || !ROp || LOp->getDef() != ROp->getDef())
    [all...]

Completed in 604 milliseconds