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 362 unsigned o, Value *&LOp, unsigned numElemL,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 334 /// Return whether "X LOp (Y ROp Z)" is always equal to
335 /// "(X LOp Y) ROp (X LOp Z)".
336 static bool LeftDistributesOverRight(Instruction::BinaryOps LOp,
338 switch (LOp) {
373 /// Return whether "(X LOp Y) ROp Z" is always equal to
374 /// "(X ROp Z) LOp (Y ROp Z)".
375 static bool RightDistributesOverLeft(Instruction::BinaryOps LOp,
378 return LeftDistributesOverRight(ROp, LOp);
380 switch (LOp) {
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 757 DefInit *LOp = dyn_cast<DefInit>(LHSs->getOperator());
759 if (!LOp || !ROp || LOp->getDef() != ROp->getDef())
    [all...]

Completed in 66 milliseconds