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

  /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)".
351 Instruction::BinaryOps ROp) {
358 switch (ROp) {
368 switch (ROp) {
378 switch (ROp) {
387 /// RightDistributesOverLeft - Whether "(X LOp Y) ROp Z" is always equal to
388 /// "(X ROp Z) LOp (Y ROp Z)".
390 Instruction::BinaryOps ROp) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 898 DefInit *ROp = dyn_cast<DefInit>(RHSs->getOperator());
899 if (!LOp || !ROp || LOp->getDef() != ROp->getDef())
    [all...]

Completed in 70 milliseconds