Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Invert

198   Value *invert(Value *Condition);
200 Value *buildCondition(BranchInst *Term, unsigned Idx, bool Invert);
377 /// \brief Invert the given condition
378 Value *StructurizeCFG::invert(Value *Condition) {
394 // Third: Check all the users for an invert
412 llvm_unreachable("Unhandled condition to invert");
417 bool Invert) {
418 Value *Cond = Invert ? BoolFalse : BoolTrue;
422 if (Idx != (unsigned)Invert)
423 Cond = invert(Cond);