Home | History | Annotate | Download | only in Utils

Lines Matching defs:NewCond

2316       Value *NewCond = PBI->getCondition();
2318 if (NewCond->hasOneUse() && isa<CmpInst>(NewCond)) {
2319 CmpInst *CI = cast<CmpInst>(NewCond);
2322 NewCond =
2323 Builder.CreateNot(NewCond, PBI->getCondition()->getName() + ".not");
2326 PBI->setCondition(NewCond);
2367 Instruction *NewCond = cast<Instruction>(
2369 PBI->setCondition(NewCond);