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 340 /// LeftDistributesOverRight - Whether "X LOp (Y ROp Z)" is always equal to
341 /// "(X LOp Y) ROp (X LOp Z)".
343 Instruction::BinaryOps ROp) {
350 switch (ROp) {
360 switch (ROp) {
370 switch (ROp) {
379 /// RightDistributesOverLeft - Whether "(X LOp Y) ROp Z" is always equal to
380 /// "(X ROp Z) LOp (Y ROp Z)".
382 Instruction::BinaryOps ROp) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /external/llvm/lib/TableGen/
Record.cpp 894 DefInit *ROp = dyn_cast<DefInit>(RHSs->getOperator());
895 if (LOp == 0 || ROp == 0 || LOp->getDef() != ROp->getDef())
    [all...]

Completed in 115 milliseconds