Home | History | Annotate | Download | only in Utils

Lines Matching refs:NewCond

1594       Value *NewCond = PBI->getCondition();
1596 if (NewCond->hasOneUse() && isa<CmpInst>(NewCond)) {
1597 CmpInst *CI = cast<CmpInst>(NewCond);
1600 NewCond = Builder.CreateNot(NewCond,
1604 PBI->setCondition(NewCond);
1628 Instruction *NewCond =
1631 PBI->setCondition(NewCond);