Home
last modified time | relevance | path

Searched refs:IOp (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp337 MachineInstr *IOp = IOps[i]; in getTripCount() local
355 DEBUG(dbgs() << " induction operation: " << *IOp); in getTripCount()
373 OldInsts.push_back(IOp); in getTripCount()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas6010 IOp, PrevIOp: IInsertBeforeOp;
6027 IOp := Inserts[J] as IInsertBeforeOp;
6028 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then
6031 Rewrites[IOp.InstructionIndex] := nil;
6061 if (not Supports(Op, IInsertBeforeOp, IOp)) then
6069 if (PrevIOp.Index = IOp.Index) then
6074 IOp.Text := CatOpText(IOp.Text, PrevIOp.Text);
6085 if (IOp.Index = ROp.Index) then
6087 ROp.Text := CatOpText(IOp.Text, ROp.Text);
6091 if (IOp.Index >= ROp.Index) and (IOp.Index <= ROp.LastIndex) then
[all …]
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp612 ShlOperator *IOp = cast<ShlOperator>(I); in SimplifyDemandedUseBits() local
613 if (IOp->hasNoSignedWrap()) in SimplifyDemandedUseBits()
615 else if (IOp->hasNoUnsignedWrap()) in SimplifyDemandedUseBits()