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 315 /// LeftDistributesOverRight - Whether "X LOp (Y ROp Z)" is always equal to
316 /// "(X LOp Y) ROp (X LOp Z)".
318 Instruction::BinaryOps ROp) {
325 switch (ROp) {
335 switch (ROp) {
345 switch (ROp) {
354 /// RightDistributesOverLeft - Whether "(X LOp Y) ROp Z" is always equal to
355 /// "(X ROp Z) LOp (Y ROp Z)".
357 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 = dynamic_cast<DefInit*>(RHSs->getOperator());
899 if (LOp == 0 || ROp == 0 || LOp->getDef() != ROp->getDef())
    [all...]

Completed in 360 milliseconds