Home
last modified time | relevance | path

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

/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/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp580 ShlOperator *IOp = cast<ShlOperator>(I); in SimplifyDemandedUseBits() local
581 if (IOp->hasNoSignedWrap()) in SimplifyDemandedUseBits()
583 else if (IOp->hasNoUnsignedWrap()) in SimplifyDemandedUseBits()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp570 ShlOperator *IOp = cast<ShlOperator>(I); in SimplifyDemandedUseBits() local
571 if (IOp->hasNoSignedWrap()) in SimplifyDemandedUseBits()
573 else if (IOp->hasNoUnsignedWrap()) in SimplifyDemandedUseBits()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1075 Value *IOp = I->getOperand(1); in areInstsCompatible() local
1077 if ((isa<ConstantVector>(IOp) || isa<ConstantDataVector>(IOp)) && in areInstsCompatible()
1080 Constant *SplatValue = cast<Constant>(IOp)->getSplatValue(); in areInstsCompatible()