Searched refs:ROp (Results 1 – 13 of 13) sorted by relevance
6009 ROp, PrevROp: IReplaceOp;6020 if (not Supports(Op, IReplaceOp, ROp)) then6028 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then6040 if (PrevROp.Index >= ROp.Index) and (PrevROp.LastIndex <= ROp.LastIndex) then6047 Disjoint := (PrevROp.LastIndex < ROp.Index) or (PrevROp.Index > ROp.LastIndex);6048 Same := (PrevROp.Index = ROp.Index) and (PrevROp.LastIndex = ROp.LastIndex);6051 + ROp.ToString + ' overlap with previous ' + PrevROp.ToString);6085 if (IOp.Index = ROp.Index) then6087 ROp.Text := CatOpText(IOp.Text, ROp.Text);6091 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then[all …]
313 Instruction::BinaryOps ROp) { in LeftDistributesOverRight() argument320 switch (ROp) { in LeftDistributesOverRight()330 switch (ROp) { in LeftDistributesOverRight()340 switch (ROp) { in LeftDistributesOverRight()352 Instruction::BinaryOps ROp) { in RightDistributesOverLeft() argument353 if (Instruction::isCommutative(ROp)) in RightDistributesOverLeft()354 return LeftDistributesOverRight(ROp, LOp); in RightDistributesOverLeft()
443 Instruction::BinaryOps ROp) { in leftDistributesOverRight() argument447 return ROp == Instruction::Or || ROp == Instruction::Xor; in leftDistributesOverRight()451 return ROp == Instruction::And; in leftDistributesOverRight()456 return ROp == Instruction::Add || ROp == Instruction::Sub; in leftDistributesOverRight()464 Instruction::BinaryOps ROp) { in rightDistributesOverLeft() argument465 if (Instruction::isCommutative(ROp)) in rightDistributesOverLeft()466 return leftDistributesOverRight(ROp, LOp); in rightDistributesOverLeft()469 return Instruction::isBitwiseLogicOp(LOp) && Instruction::isShift(ROp); in rightDistributesOverLeft()
333 Instruction::BinaryOps ROp) { in LeftDistributesOverRight() argument340 switch (ROp) { in LeftDistributesOverRight()350 switch (ROp) { in LeftDistributesOverRight()360 switch (ROp) { in LeftDistributesOverRight()372 Instruction::BinaryOps ROp) { in RightDistributesOverLeft() argument373 if (Instruction::isCommutative(ROp)) in RightDistributesOverLeft()374 return LeftDistributesOverRight(ROp, LOp); in RightDistributesOverLeft()385 switch (ROp) { in RightDistributesOverLeft()
13 R�����C�Q�<@�����Z�-(}u���;ROp
382 R�����C�Q�<@�����Z�-(}u���;ROp
2668 …/�Ib{+�D̊� �#�%�̽}�[ų��Y��g`��06��/���C\�%>�0x��}�J�ל"T2Hz/7@�ROp|l|LX�-/��v�zǗ�}�a…
249 R�����C�Q�<@�����Z�-(}u���;ROp
894 DefInit *ROp = dynamic_cast<DefInit*>(RHSs->getOperator()); in Fold() local895 if (LOp == 0 || ROp == 0 || LOp->getDef() != ROp->getDef()) in Fold()
806 DefInit *ROp = dyn_cast<DefInit>(RHSs->getOperator()); in Fold() local807 if (!LOp || !ROp || LOp->getDef() != ROp->getDef()) in Fold()
852 DefInit *ROp = dyn_cast<DefInit>(RHSs->getOperator()); in Fold() local853 if (!LOp || !ROp) in Fold()855 if (LOp->getDef() != ROp->getDef()) { in Fold()