Searched refs:ROp (Results 1 – 3 of 3) 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 …]
328 Instruction::BinaryOps ROp) { in LeftDistributesOverRight() argument335 switch (ROp) { in LeftDistributesOverRight()345 switch (ROp) { in LeftDistributesOverRight()355 switch (ROp) { in LeftDistributesOverRight()367 Instruction::BinaryOps ROp) { in RightDistributesOverLeft() argument368 if (Instruction::isCommutative(ROp)) in RightDistributesOverLeft()369 return LeftDistributesOverRight(ROp, LOp); in RightDistributesOverLeft()380 switch (ROp) { in RightDistributesOverLeft()
911 DefInit *ROp = dyn_cast<DefInit>(RHSs->getOperator()); in Fold() local912 if (!LOp || !ROp || LOp->getDef() != ROp->getDef()) in Fold()