Searched refs:IOp (Results 1 – 4 of 4) sorted by relevance
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 …]
580 ShlOperator *IOp = cast<ShlOperator>(I); in SimplifyDemandedUseBits() local581 if (IOp->hasNoSignedWrap()) in SimplifyDemandedUseBits()583 else if (IOp->hasNoUnsignedWrap()) in SimplifyDemandedUseBits()
570 ShlOperator *IOp = cast<ShlOperator>(I); in SimplifyDemandedUseBits() local571 if (IOp->hasNoSignedWrap()) in SimplifyDemandedUseBits()573 else if (IOp->hasNoUnsignedWrap()) in SimplifyDemandedUseBits()
1075 Value *IOp = I->getOperand(1); in areInstsCompatible() local1077 if ((isa<ConstantVector>(IOp) || isa<ConstantDataVector>(IOp)) && in areInstsCompatible()1080 Constant *SplatValue = cast<Constant>(IOp)->getSplatValue(); in areInstsCompatible()