Home | History | Annotate | Download | only in Utils

Lines Matching refs:CreateNot

2074         NewCond = Builder.CreateNot(NewCond,
2164 cast<Instruction>(Builder.CreateNot(PBI->getCondition(),
2185 cast<Instruction>(Builder.CreateNot(PBI->getCondition(),
2346 PBICond = Builder.CreateNot(PBICond, PBICond->getName()+".not");
2350 BICond = Builder.CreateNot(BICond, BICond->getName()+".not");