Home | History | Annotate | Download | only in Utils

Lines Matching refs:NewCond

2068       Value *NewCond = PBI->getCondition();
2070 if (NewCond->hasOneUse() && isa<CmpInst>(NewCond)) {
2071 CmpInst *CI = cast<CmpInst>(NewCond);
2074 NewCond = Builder.CreateNot(NewCond,
2078 PBI->setCondition(NewCond);
2100 Instruction *NewCond =
2103 PBI->setCondition(NewCond);