Searched refs:IOp (Results 1 – 3 of 3) sorted by relevance
337 MachineInstr *IOp = IOps[i]; in getTripCount() local355 DEBUG(dbgs() << " induction operation: " << *IOp); in getTripCount()373 OldInsts.push_back(IOp); in getTripCount()
6010 IOp, PrevIOp: IInsertBeforeOp;6027 IOp := Inserts[J] as IInsertBeforeOp;6028 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then6031 Rewrites[IOp.InstructionIndex] := nil;6061 if (not Supports(Op, IInsertBeforeOp, IOp)) then6069 if (PrevIOp.Index = IOp.Index) then6074 IOp.Text := CatOpText(IOp.Text, PrevIOp.Text);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 …]
612 ShlOperator *IOp = cast<ShlOperator>(I); in SimplifyDemandedUseBits() local613 if (IOp->hasNoSignedWrap()) in SimplifyDemandedUseBits()615 else if (IOp->hasNoUnsignedWrap()) in SimplifyDemandedUseBits()